mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 23:22:03 +00:00
39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="it">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="Visualizza i tempi di percorrenza di SETA a Modena.">
|
|
<meta name="keywords" content="seta, modena, seta-modena, orari, in, tempo, reale, autobus, fermate, orario, palina">
|
|
<meta name="author" content="ER-TPL Team">
|
|
<title>SETA Modena - Tempi di percorrenza</title>
|
|
<link rel="stylesheet" href="css/style-iframeorari.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" href="https://www.setaweb.it/images/favicon/android-icon-192x192.png">
|
|
<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="javascript:history.back()"><h1 style="font-size: 100%;font-weight: 500;">Torna indietro</h1></a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<h2>Linea: <span id="linea-span"></span></h2>
|
|
<div id="message"></div>
|
|
<table id="selettore-direzione">
|
|
<th onclick="javascript:setAs()">Andata</th>
|
|
<th onclick="javascript:setDi()">Ritorno</th>
|
|
</table>
|
|
<div id="caricamento-div"></div>
|
|
<iframe id="iframe" src="" frameborder="0" onload="javascript:removeLoading()"></iframe>
|
|
<script src="js/iframeorari.js"></script>
|
|
<footer>
|
|
<div>
|
|
<p>Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - code by Il Dani & SetaModenaFanpage <a href="https://github.com/Leocraft1/SetaAPI" target="_blank">Codice Sorgente</a> - I loghi SETA Spa sono marchi registrati e sono inseriti in questo sito solo a scopo di illustrazione.</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |