Update aindex.php

This commit is contained in:
2025-12-29 20:44:14 +01:00
parent e58d2c930a
commit 171873ec22

View File

@@ -1,15 +0,0 @@
<?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>