Update index.php

This commit is contained in:
2025-12-29 20:49:23 +01:00
parent d7986a5595
commit 78f8cb92e6

View File

@@ -8,7 +8,7 @@ echo "yo ";
</head>
<body>
<h1>dit komt uit html</h1>
<a href="https://example.com" target="_blank">Klik hier</a>
<a href="ben.de-roo.org/rekenmachine.html" target="_blank">Klik hier</a>
<p><?php echo "dit komt uit PHP"; ?></p>
</body>
</html>