Fixed header bugs and created pagenotfound.html

Fixed visual bugs in the header and created pagenotfound.html which is referred to every page not ready in the menus
This commit is contained in:
Leocraft1
2024-12-30 18:57:08 +01:00
committed by GitHub
parent 98fc8d5ae9
commit 90a456a989
25 changed files with 2679 additions and 50 deletions

View File

@@ -23,8 +23,8 @@
</header>
<h1>TPER</h1>
<div class="verticale">
<a href="" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
<a href="pagenotavailable.html" class="button">Suburbano</a>
<a href="pagenotavailable.html" class="button">Extraurbano</a>
</div>
</body>
</html>