Skip to content

Instantly share code, notes, and snippets.

@stylersnico
Forked from pitch-gist/gist:2999707
Last active May 20, 2016 09:39
Show Gist options
  • Save stylersnico/0fd6887871ae12774ac09807854220d0 to your computer and use it in GitHub Desktop.
Save stylersnico/0fd6887871ae12774ac09807854220d0 to your computer and use it in GitHub Desktop.
HTML: Simple Maintenance Page
<!doctype html>
<title>Maintenance en cours ...</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>
<article>
<h1>Nous revenons dans un instant !</h1>
<div>
<p>D&eacute;sol&eacute; pour le d&eacute;rangement, mais nous r&eacute;alisons actuellement une maintenance. Envoyez-nous un <a href="mailto:#">email</a> en cas d'urgence, nous revenons dans un instant!</p>
<p>&mdash; Votre site favori</p>
</div>
</article>
@stylersnico
Copy link
Author

Translated in French

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment