Creo menu tper + newmanc

This commit is contained in:
Leocraft1
2025-05-09 11:36:43 +02:00
parent 7b24df4cf8
commit d0ca40144f
7 changed files with 332 additions and 6 deletions

49
tper_menu/tpersub.html Normal file
View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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="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">
<link rel="shortcut icon" href="https://drive.vichingo455.freeddns.org/apps/files_sharing/publicpreview/dydYxaqMrKce3Zj?file=/Immagini%20sito/atcma.png" type="image/x-icon">
</head>
<body>
<header>
<nav>
<ul>
<li><h1 style="color:red;">ATTENZIONE! Abbiamo temporaneamente dislocato il server foto. Le immagini si potrebbero caricare più lentamente. Ci scusiamo per il disagio.</a></li>
</ul>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="/tper_menu/tper.html"><h1 style="font-size: 100%;font-weight: 500;">TPER</h1></a></li>
</ul>
</nav>
</header>
<h1>Autobus Suburbani di SETA Modena</h1>
<table class="image-table">
<tr>
<td>
<a href="/pagenotavailable.html">
<p>1843-1864<br>Man New Lions City 19C Efficient Hybrid CNG</p>
<img class="bus" src="" alt="Server foto non raggiungibile.">
</a>
</td>
<td>
<a href="/pagenotavailable.html">
<p>209-212<br>Solaris Urbino 18 III</p>
<img class="bus" src="" alt="Server foto non raggiungibile.">
</a>
</td>
<td>
<a href="/pagenotavailable.html">
<p>323-324<br>Irisbus Crossway LE</p>
<img class="bus" src="" alt="Server foto non raggiungibile.">
</a>
</td>
</tr>
</table>
</body>
</html>