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>
|
|
|
|
<?php
|
2024-08-22 11:40:07 +00:00
|
|
|
echo "<h1>This is index. Try Mx</h1>"
|
2024-08-22 10:58:09 +00:00
|
|
|
?>
|
|
|
|
</body>
|
|
|
|
</html>
|