WebServ/www/public/footer.html

7 lines
338 B
HTML
Raw Normal View History

2024-08-23 12:01:59 +00:00
<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>