14 lines
177 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bara ett test</title>
</head>
<body>
<?php echo "<h1>Hejsan!</h1>" ?>
</body>
</html>