diff options
Diffstat (limited to 'src/view')
| -rw-r--r-- | src/view/templates/maintenance.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/templates/maintenance.php b/src/view/templates/maintenance.php index 217dcb7..f42b558 100644 --- a/src/view/templates/maintenance.php +++ b/src/view/templates/maintenance.php | |||
| @@ -10,11 +10,12 @@ | |||
| 10 | <link rel="stylesheet" href="css/head.css"> | 10 | <link rel="stylesheet" href="css/head.css"> |
| 11 | <link rel="stylesheet" href="css/body.css"> | 11 | <link rel="stylesheet" href="css/body.css"> |
| 12 | <link rel="stylesheet" href="css/foot.css"> | 12 | <link rel="stylesheet" href="css/foot.css"> |
| 13 | <meta http-equiv="refresh" content="60" /> <!-- rafraîchissement automatique toutes les minutes --> | ||
| 13 | </head> | 14 | </head> |
| 14 | <body> | 15 | <body> |
| 15 | <main> | 16 | <main> |
| 16 | <p>Le site est en cours de maintenance.</p> | 17 | <p>Le site est en cours de maintenance.</p> |
| 17 | <p>Il devrait être de nouveau accessible très bientôt.</p> | 18 | <p>Il devrait être de nouveau accessible rapidement.</p> |
| 18 | </main> | 19 | </main> |
| 19 | <footer> | 20 | <footer> |
| 20 | <div class="logged_out"> | 21 | <div class="logged_out"> |
