ER-TPL/start_menu/servizi/start-corsesopp/index.html

55 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<title>START Romagna - Monitor corse non garantite</title>
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico">
<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">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
<li><a href="/ravenna_menu/ravenna.html"><h1 style="font-size: 100%;font-weight: 500;">Ravenna</h1></a></li>
<li><a href="/start_menu/start.html"><h1 style="font-size: 100%;font-weight: 500;">START Romagna</h1></a></li>
</ul>
</nav>
</header>
<center><img src="img/start.png" alt="Start Romagna" width="10%"></center>
<h1>Monitor corse non garantite</h1>
<main>
<form id="formStazione">
<label for="stazione">Bacino:</label>
<select id="stazione" name="stazione">
<option value="Ravenna">Ravenna</option>
<option value="Rimini">Rimini</option>
<option value="Forli-Cesena">Forlì-Cesena</option>
</select>
<button type="submit">Carica</button>
</form>
<table id="tabellaDati">
<thead>
<tr>
<th>Linea</th>
<th>Inizio</th>
<th>Ora di Inizio</th>
<th>Fine</th>
<th>Ora di Fine</th>
<th>Data</th>
</tr>
</thead>
<tbody id="corpoTabella"></tbody>
</table>
</main>
<footer>
<p>Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - code by EmmeV (Vichingo455) <a href="https://git.vichingo455.freeddns.org/emmev-code/start-livebus" target="_blank">Codice Sorgente</a><br>
Start Romagna, Start e il logo Start Romagna sono marchi registrati e protetti da copyright da Start Romagna SpA. Vengono usati in questa pagina solo per riferimento.</p>
</footer>
<script src="js/script.js"></script>
</body>
</html>