Skip to content

Instantly share code, notes, and snippets.

@bhubr
Forked from pitch-gist/gist:2999707
Last active February 10, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhubr/4e64af99412c102f95b2f53053292aa5 to your computer and use it in GitHub Desktop.
Save bhubr/4e64af99412c102f95b2f53053292aa5 to your computer and use it in GitHub Desktop.
HTML: Simple Maintenance Page
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Maintenance du site</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
<div>
<h1>Nous serons bientôt de retour!</h1>
<h2>Vendredi 10 février 2017 de 10h à 10h20 environ</h2>
<div>
<p>Désolés pour l'interruption du service, le <a href="mailto:benoithubert@gmail.com">webmaster</a> doit effectuer quelques mises &agrave; sur le site.</p>
<p>Ca ne sera pas long !</p>
<p>L'&egrave;quipe Savasana</p>
<p><img src="/wp-content/uploads/2017/02/cat_massage.gif" /></p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment