|
|
@@ -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>
|