Ajout pages de maintenance

master
Matthieu Patout 3 years ago
parent d8e7267d14
commit f2fa4bd35b

@ -0,0 +1,27 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Maintenance en cours...</title>
<meta name="description" content="Une opération de maintenance est en cours">
<link rel="icon" href="https://ouvaton.coop/wp-content/uploads/2018/04/Ouvaton-50x50.png" sizes="32x32" />
<style>
body {text-align:center;padding:1em;font:0.5em Helvetica, sans-serif;color:#333;}
article {display:block;width:50%;margin:0 auto;}
h1 {font-size:1.8em;}
article img {width:100%;}
a {color: #333;text-decoration: none;}
</style>
</head>
<body>
<article>
<h1>Ce site hébergé par</h1>
<img src="https://ouvaton.coop/logo-ouvaton-hd.jpg" title="" alt="logo ouvaton" />
<h1>est en maintenance !</h1>
<div>
<p>Merci de revenir plus tard.</p>
</div>
</article>
</body>
</html>

@ -0,0 +1,27 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Maintenance en cours...</title>
<meta name="description" content="Une opération de maintenance est en cours.">
<link rel="icon" href="https://ouvaton.coop/wp-content/uploads/2018/04/Ouvaton-50x50.png" sizes="32x32" />
<style>
body {text-align:center;padding:1em;font:0.5em Helvetica, sans-serif;color:#333;}
article {display:block;width:50%;margin:0 auto;}
h1 {font-size:1.8em;}
article img {width:100%;}
a {color: #333;text-decoration: none;}
</style>
</head>
<body>
<article>
<h1>Ce site hébergé par</h1>
<img src="https://ouvaton.coop/logo-ouvaton-hd.jpg" title="" alt="logo ouvaton" />
<h1>sera bientôt de retour !</h1>
<div>
<p>Nous réalisons une opération de maintenance, vous trouverez plus de détails sur <a href="https://ouvaton.info/">https://ouvaton.info/</a>.</p>
</div>
</article>
</body>
</html>
Loading…
Cancel
Save