mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 10:10:47 +00:00
Nuovo archivio + snellimenti
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><h1 class="yellow-warning">ATTENZIONE! Stiamo rifacendo la lista fermate in modo più corretto. A breve sostituiremo quella attuale incorretta e incompleta.</h1></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||
<li><a href="/seta_menu/seta.html"><h1 style="font-size: 100%;font-weight: 500;">SETA Modena</h1></a></li>
|
||||
@@ -41,7 +38,7 @@
|
||||
<a href="/seta_menu/cercaorario/altrecorsie.html?location=STAZIONE FS" class="bianco"><div class="search-result"><h3>Stazione FS</h3></div></a>
|
||||
<a href="/seta_menu/cercaorario/altrecorsie.html?location=GARIBALDI" class="bianco"><div class="search-result"><h3>Largo Garibaldi</h3></div></a>
|
||||
</div>
|
||||
<!--<h1 class="yellow-warning">ATTENZIONE! Se manca una fermata vuol dire che non c'è ancora passato nessun bus.</h1>-->
|
||||
<h1 class="yellow-warning">Aggiornamento lista fermate: da 21/07/25 a oggi.</h1>
|
||||
<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>
|
||||
|
@@ -6,7 +6,7 @@ let allresults = [];
|
||||
window.onbeforeunload=searchBar.value="";
|
||||
window.onbeforeunload=stopCodeBar.value="";
|
||||
|
||||
const url = 'https://setaapi.serverissimo.freeddns.org/stoplist';
|
||||
const url = 'https://setaapi.serverissimo.freeddns.org/stopcodesarchive';
|
||||
//const url='http://localhost:5001/stoplist';
|
||||
fetch(url)
|
||||
.then(response => {
|
||||
|
Reference in New Issue
Block a user