change index
This commit is contained in:
parent
0b2f46d742
commit
3ae95bfcd9
7
www/public/footer.html
Normal file
7
www/public/footer.html
Normal 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>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user