Compare commits

..

No commits in common. "3ae95bfcd9091c465d58471850e22467fc66d9ee" and "ef34991abd1d1e521e9637fe166a158f228458c1" have entirely different histories.

4 changed files with 3 additions and 8 deletions

View File

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