mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 14:50:47 +00:00
Compare commits
3 Commits
f53f9906f7
...
dbb778b0e0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
dbb778b0e0 | ||
![]() |
3f1d2a308e | ||
![]() |
3bb84e1c47 |
@@ -1 +1,3 @@
|
|||||||
/sitemap /sitemap.xml
|
/sitemap /sitemap.xml
|
||||||
|
/seta_menu/* /service/update.html
|
||||||
|
/setamodena_bus/* /service/update.html
|
@@ -16,6 +16,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<nav class="index">
|
<nav class="index">
|
||||||
|
<ul>
|
||||||
|
<li><h1 class="warning">ATTENZIONE! Stiamo aggiornando i nostri server e perciò non è possibile visitare alcune sezioni o usare alcune funzioni. Ci scusiamo per il disagio.</h1></li>
|
||||||
|
</ul>
|
||||||
<ul style="flex:1;justify-content: right;">
|
<ul style="flex:1;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>
|
||||||
@@ -38,9 +41,7 @@
|
|||||||
<div class="riga">
|
<div class="riga">
|
||||||
<h2 class="piccolospazio">SETA:</h2>
|
<h2 class="piccolospazio">SETA:</h2>
|
||||||
<p class="piccolospazio">
|
<p class="piccolospazio">
|
||||||
<h1 class="warning">ATTENZIONE! Proclamato sciopero per il 22 Settembre 2025.</h1>
|
|
||||||
<strong>Servizi rapidi:</strong> <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> <br> <br>
|
<strong>Servizi rapidi:</strong> <a class="novita" href="/seta_menu/cercaorario/index.html">Cerca orario</a> <br> <br>
|
||||||
Aggiornati i servizi con le nuove linee AS 25/26.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="riga">
|
<div class="riga">
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><h1 class="warning">ATTENZIONE! Essendo periodo di vacanza è stato necessario spegnere il server foto, dunque non è possibile visualizzare la sezione "SETA Modena". Ci scusiamo per il disagio.</h1></li>
|
<li><h1 class="warning">ATTENZIONE! Essendo periodo di vacanza è stato necessario spegnere il server foto, dunque non è possibile visualizzare la sezione "SETA Modena". Ci scusiamo per il disagio.</h1></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li><h1 class="warning">ATTENZIONE! Stiamo aggiornando i nostri server e perciò non è possibile visitare alcune sezioni o usare alcune funzioni. Ci scusiamo per il disagio.</h1></li>
|
||||||
|
</ul>
|
24
service/update.html
Normal file
24
service/update.html
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="it">
|
||||||
|
<head>
|
||||||
|
<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="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">
|
||||||
|
<link rel="shortcut icon" href="https://drive.serverissimo.freeddns.org/apps/files_sharing/publicpreview/ffdqobqRg2ezKXt?file=/Immagini%20sito/atcma.png" type="image/x-icon">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="/index.html"><h1 style="font-size: 100%;font-weight: 500;">Home</h1></a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<img class="bus" src="https://d1csarkz8obe9u.cloudfront.net/posterpreviews/work-in-progress-design-template-6cc0b86afbb81d0528f26113e3ec02cf_screen.jpg?ts=1698307882" style="width: 40%; padding-top: 30px;" alt="Server foto non raggiungibile.">
|
||||||
|
<h1 style="color:orangered;">Stiamo aggiornando i nostri server. Ci scusiamo per il disagio.</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user