Fixed stuff
This commit is contained in:
parent
115a510b63
commit
23dedc5187
6
404.html
6
404.html
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ER-TPL</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
|
||||
|
@ -14,13 +14,13 @@
|
|||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<h1>ER-TPL</h1>
|
||||
<p>Galleria fotografica dei bus del TPL Emiliano-Romagnolo</p>
|
||||
<h1 style="color: red;">404 - PAGINA NON TROVATA</h1>
|
||||
<p>La pagina seguente non è stata trovata, per favore, torna alla <a href="index.html">home</a>.</p>
|
||||
<p>La pagina seguente non è stata trovata, per favore, torna alla <a href="/index.html">home</a>.</p>
|
||||
</body>
|
||||
</html>
|
|
@ -13,9 +13,6 @@
|
|||
<body>
|
||||
<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"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
<li><a href="start.html"><h1 style="font-size: 100%;font-weight: 500;">START Ravenna</h1></a></li>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</nav>
|
||||
</header>
|
||||
<h1>Iveco Crossway 12 LE CNG</h1>
|
||||
<p>Descrizione</p>
|
||||
<p>Vetture assegnate tra i depositi di Rimini, Forlì-Cesena e Ravenna. Monta cambio ZF, display aesys.</p>
|
||||
<p>Nessuna vettura è stata radiata.</p>
|
||||
<table class="image-table">
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue