Add files via upload

Fixed header bug + added warning for incompleted site
This commit is contained in:
Leocraft1
2024-12-30 18:07:40 +01:00
committed by GitHub
parent 2c3b6e589d
commit eb9e6421af
14 changed files with 91 additions and 46 deletions

View File

@@ -11,18 +11,21 @@
<link rel="shortcut icon" href="https://drive.serverpcx1.freeddns.org/apps/files_sharing/publicpreview/xLRwRCbsRxsziEB?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>START Romagna - Bacino di Ravenna</h1>
<div class="verticale">
<a href="starturbano.html" class="button">Urbano</a>
<a href="" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
</div>
<header>
<nav>
<ul>
<li><h1 style="color:red;">ATTENZIONE! Il sito è ancora in fase di sviluppo e molte pagine non funzionano o portano a collegamenti sbagliati!</a></li>
</ul>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<h1>START Romagna - Bacino di Ravenna</h1>
<div class="verticale">
<a href="starturbano.html" class="button">Urbano</a>
<a href="" class="button">Suburbano</a>
<a href="" class="button">Extraurbano</a>
</div>
</body>
</html>