<!DOCTYPE html>
<html>
<head>
    <title>Beispiel</title>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<?php
    
echo "Hallo, ich bin ein PHP-Skript!";
?>
</body>
</html>