소스 검색

add a maintenance mode

omassot 6 년 전
부모
커밋
8efb926b78
2개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  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>