mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 19:50:48 +00:00
Add files via upload
Fixed header bug + added warning for incompleted site
This commit is contained in:
29
start.html
29
start.html
@@ -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>
|
Reference in New Issue
Block a user