Update index.php

This commit is contained in:
2025-12-29 20:51:00 +01:00
parent 78f8cb92e6
commit c4528332a4

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="ben.de-roo.org/rekenmachine.html" target="_blank">Klik hier</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>