Compare commits
2 Commits
ef34991abd
...
3ae95bfcd9
Author | SHA1 | Date | |
---|---|---|---|
3ae95bfcd9 | |||
0b2f46d742 |
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>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user