Files
ben.de-roo.org/index.php
2025-12-29 20:35:44 +01:00

14 lines
183 B
PHP

<?php
echo "yo ";
?>
<!DOCTYPE html>
<html>
<head>
<title>yippy</title>
</head>
<body>
<h1>dit komt uit html</h1>
<p><?php echo "dit komt uit PHP"; ?></p>
</body>
</html>