Update index.php

This commit is contained in:
2025-12-29 20:51:52 +01:00
parent c4528332a4
commit 74a75f64ca

View File

@@ -8,7 +8,7 @@ echo "yo ";
</head> </head>
<body> <body>
<h1>dit komt uit html</h1> <h1>dit komt uit html</h1>
<a href="rekenmachine.html" target="_blank">😎</a> <a href="rekenmachine.html" target="_blank">🧮</a>
<p><?php echo "dit komt uit PHP"; ?></p> <p><?php echo "dit komt uit PHP"; ?></p>
</body> </body>
</html> </html>