Przeglądaj źródła

add a maintenance mode

omassot 6 lat temu
rodzic
commit
8efb926b78
2 zmienionych plików z 18 dodań i 0 usunięć
  1. 0 0
      maintenance.enable
  2. 18 0
      maintenance.html

+ 0 - 0
maintenance.enable


+ 18 - 0
maintenance.html

@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>En cours de maintenance</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	    <!-- Favicon-->
+	    <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
+        <style>
+        h1 { font-size: 50px; }
+        body { text-align:center; font: 20px Helvetica, sans-serif; color: #333; }
+        </style>
+    </head>
+    <body>
+        <h1>En cours de maintenance</h1>
+	<p>Le site est en cours de maintenance, nous nous excusons pour la gêne occasionnée.</p>
+	<p>Fin de maintenance prévisionnelle: Aujourd'hui 13h</p>
+    </body>
+</html>