Skip to content

Instantly share code, notes, and snippets.

@magnobiet
Last active February 26, 2018 02:52
Show Gist options
  • Save magnobiet/5e24d198e3b6b2cc7fb6da7b128328fa to your computer and use it in GitHub Desktop.
Save magnobiet/5e24d198e3b6b2cc7fb6da7b128328fa to your computer and use it in GitHub Desktop.
Site Maintenance (https://git.io/viYjG)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 20px; font: 20px Helvetica, sans-serif; color: #333; }
@media (min-width: 768px){
body{ padding-top: 150px; }
}
main { display: block; text-align: left; max-width: 650px; margin: 0 auto; }
h1 { font-size: 50px; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
<main>
<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:support@example.com">contact us</a>, otherwise we&rsquo;ll be back online shortly!</p>
<p>&mdash; Example Team</p>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment