Update index.php

This commit is contained in:
2025-12-29 20:33:07 +01:00
parent 6119f44831
commit dde3c2f460

View File

@@ -1,3 +1,13 @@
<?php
echo "hellotjes"
?>
echo "yo ";
?>
<!DOCTYPE html>
<html>
<head>
<title>PHP test</title>
</head>
<body>
<h1>dit komt uit html</h1>
<p><?php echo "dit komt uit PHP"; ?></p>
</body>
</html>