Little fixes
This commit is contained in:
parent
ed40877a49
commit
c9513d093d
|
@ -45,5 +45,8 @@
|
||||||
<div id="timer"></div>
|
<div id="timer"></div>
|
||||||
<h1 class="spazio"></h1>
|
<h1 class="spazio"></h1>
|
||||||
<script src="/scripts/ertpl.js"></script>
|
<script src="/scripts/ertpl.js"></script>
|
||||||
|
<script>
|
||||||
|
chisiamoInizializza();
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -16,7 +16,7 @@
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="index">
|
<nav class="index">
|
||||||
<ul style="flex:1;"> <li><h1 style="color:red;font-size: 100%;font-weight: 500;">ATTENZIONE! Essendo periodo di vacanza è stato necessario spegnere il server foto, dunque non è possibile visualizzare la sezione "SETA Modena". Ci scusiamo per il disagio.</a></li></ul>
|
<ul style="flex:1;"><li><h1 style="color:red;">ATTENZIONE! Essendo periodo di vacanza è stato necessario spegnere il server foto, dunque non è possibile visualizzare la sezione "SETA Modena". Ci scusiamo per il disagio.</a></li></ul>
|
||||||
<ul style="justify-content: right;">
|
<ul style="justify-content: right;">
|
||||||
<li><a href="/altri_menu/altri.html"><h1 style="font-size: 100%;font-weight: 500;">Altre Regioni</h1></a></li>
|
<li><a href="/altri_menu/altri.html"><h1 style="font-size: 100%;font-weight: 500;">Altre Regioni</h1></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -25,7 +25,8 @@
|
||||||
<h1>ER-TPL</h1>
|
<h1>ER-TPL</h1>
|
||||||
<p>Galleria fotografica dei bus del TPL Emiliano-Romagnolo</p>
|
<p>Galleria fotografica dei bus del TPL Emiliano-Romagnolo</p>
|
||||||
<div>
|
<div>
|
||||||
<a class="button" href="/seta_menu/seta.html">SETA Modena</a>
|
<!--<a class="button" href="/seta_menu/seta.html">SETA Modena</a>-->
|
||||||
|
<a class="button" href="/service/maintenance.html">SETA Modena</a>
|
||||||
<a class="button" href="/ravenna_menu/ravenna.html">TPL Ravenna</a>
|
<a class="button" href="/ravenna_menu/ravenna.html">TPL Ravenna</a>
|
||||||
<a class="button" href="/tper_menu/tper.html">TPER</a>
|
<a class="button" href="/tper_menu/tper.html">TPER</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,6 +23,8 @@ function changeUrlToFallbackNoTrue(aid,imgid,path) {
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The functions below are used to display from how much time the project has been living
|
||||||
|
|
||||||
const startDate = new Date("2024-12-22T15:49:00");
|
const startDate = new Date("2024-12-22T15:49:00");
|
||||||
|
|
||||||
function updateTimer() {
|
function updateTimer() {
|
||||||
|
@ -44,7 +46,9 @@ function updateTimer() {
|
||||||
hours + " ore " +
|
hours + " ore " +
|
||||||
minutes + " minuti " +
|
minutes + " minuti " +
|
||||||
seconds + " secondi";
|
seconds + " secondi";
|
||||||
}
|
}
|
||||||
|
|
||||||
updateTimer();
|
function chisiamoInizializza() {
|
||||||
setInterval(updateTimer, 1000);
|
updateTimer();
|
||||||
|
setInterval(updateTimer, 1000);
|
||||||
|
}
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="keywords" content="er-tpl, tpl, ertpl, seta, modena, seta-modena, start, romagna, start-romagna, tper, bus, emilia-romagna, galleria, fotografica, emilia, romagna, trasporto, pubblico, emiliano, romagnolo, foto, fotografia, fotografie">
|
<meta name="keywords" content="er-tpl, tpl, ertpl, seta, modena, seta-modena, start, romagna, start-romagna, tper, bus, emilia-romagna, galleria, fotografica, emilia, romagna, trasporto, pubblico, emiliano, romagnolo, foto, fotografia, fotografie">
|
||||||
<meta name="author" content="ER-TPL Team">
|
<meta name="author" content="ER-TPL Team">
|
||||||
<title>ER-TPL</title>
|
<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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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 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">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>ER-TPL</title>
|
<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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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 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">
|
||||||
|
|
Loading…
Reference in New Issue