Skip to content

Instantly share code, notes, and snippets.

@lyoshenka
Forked from pitch-gist/gist:2999707
Last active October 17, 2017 22:40
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 lyoshenka/a7482a6bbbd64cd401ff7b1cba1aca38 to your computer and use it in GitHub Desktop.
Save lyoshenka/a7482a6bbbd64cd401ff7b1cba1aca38 to your computer and use it in GitHub Desktop.
Simple Maintenance Page
<!doctype html>
<html><head>
<meta charset="utf-8" />
<title>Site Maintenance</title>
<style type="text/css">
body { padding: 50px 30px 30px; font: 20px Helvetica, sans-serif; color: #222; line-height: 1.4 }
h1 { font-size: 40px; }
article { text-align: left; max-width: 650px; margin: 0 auto; }
a { color: #dc8100; padding: 3px }
a:hover { color: #fff; background-color: #dc8100 }
</style>
</head><body>
<article>
<h1>We&rsquo;ll be back soon!</h1>
<p>
Sorry for the inconvenience but we&rsquo;re performing some maintenance at the moment.
If you need to, you can always <a href="mailto:#">contact us</a>, otherwise we&rsquo;ll be back online shortly!
</p>
<p>&mdash; The Team</p>
</article>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment