WebServ/www/public/index.php

13 lines
273 B
PHP
Raw Permalink Normal View History

2024-08-22 10:58:09 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebServ</title>
</head>
<body>
<h1>Webbservern fungerar!</h1>
2024-08-23 12:01:59 +00:00
<?php include("./footer.html");?>
2024-08-22 10:58:09 +00:00
</body>
</html>