Update index.php

This commit is contained in:
2025-12-29 20:48:35 +01:00
parent b8f337e9a0
commit d7986a5595

View File

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