Compare commits

...

2 Commits

Author SHA1 Message Date
3ae95bfcd9 change index 2024-08-23 14:01:59 +02:00
0b2f46d742 test commit 2024-08-22 13:40:07 +02:00
4 changed files with 8 additions and 3 deletions

7
www/public/footer.html Normal file
View File

@ -0,0 +1,7 @@
<footer style="border: 2px #000000 solid; border-radius: 1%;">
<span style="display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; justify-items: center; text-decoration: none;">
<a href="./index.php">Index</a>
<a href="./M0/01/index.html">M0</a>
<a href="./M1/index.php">M1</a>
</span>
</footer>

View File

@ -7,8 +7,6 @@
</head>
<body>
<h1>Webbservern fungerar!</h1>
<?php
echo "<h1>This is index. Try Mx </h1>"
?>
<?php include("./footer.html");?>
</body>
</html>