Update index.php

This commit is contained in:
2025-12-29 20:46:59 +01:00
parent 787aa19ce3
commit f35bc1701d

View File

@@ -8,6 +8,7 @@ echo "yo ";
</head>
<body>
<h1>dit komt uit html</h1>
<h1>rekenmachine.html</h1>
<p><?php echo "dit komt uit PHP"; ?></p>
</body>
</html>