28 lines
831 B
HTML
28 lines
831 B
HTML
<!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>
|