Little fixes
This commit is contained in:
parent
ed40877a49
commit
c9513d093d
|
@ -45,5 +45,8 @@
|
|||
<div id="timer"></div>
|
||||
<h1 class="spazio"></h1>
|
||||
<script src="/scripts/ertpl.js"></script>
|
||||
<script>
|
||||
chisiamoInizializza();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -16,7 +16,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<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;">
|
||||
<li><a href="/altri_menu/altri.html"><h1 style="font-size: 100%;font-weight: 500;">Altre Regioni</h1></a></li>
|
||||
</ul>
|
||||
|
@ -25,7 +25,8 @@
|
|||
<h1>ER-TPL</h1>
|
||||
<p>Galleria fotografica dei bus del TPL Emiliano-Romagnolo</p>
|
||||
<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="/tper_menu/tper.html">TPER</a>
|
||||
</div>
|
||||
|
|
|
@ -23,6 +23,8 @@ function changeUrlToFallbackNoTrue(aid,imgid,path) {
|
|||
} 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");
|
||||
|
||||
function updateTimer() {
|
||||
|
@ -46,5 +48,7 @@ function updateTimer() {
|
|||
seconds + " secondi";
|
||||
}
|
||||
|
||||
function chisiamoInizializza() {
|
||||
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="author" content="ER-TPL Team">
|
||||
<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.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">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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="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">
|
||||
|
|
Loading…
Reference in New Issue