change index

This commit is contained in:
vadym Novoselskyi 2024-08-23 14:01:59 +02:00
parent 0b2f46d742
commit 3ae95bfcd9
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> </head>
<body> <body>
<h1>Webbservern fungerar!</h1> <h1>Webbservern fungerar!</h1>
<?php <?php include("./footer.html");?>
echo "<h1>This is index. Try Mx</h1>"
?>
</body> </body>
</html> </html>