Update index.php

This commit is contained in:
2025-12-29 20:44:53 +01:00
parent 171873ec22
commit 862f8ab9f4

12
index.php Normal file
View File

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