Skip to content

Instantly share code, notes, and snippets.

@jdeathe
Last active February 12, 2018 23:42
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 jdeathe/f425c9e7b21c6be5c5a0b7794f94754f to your computer and use it in GitHub Desktop.
Save jdeathe/f425c9e7b21c6be5c5a0b7794f94754f to your computer and use it in GitHub Desktop.
Simple HTML Maintenance Page
<!DOCTYPE html>
<html>
<head>
<title>Maintenance</title>
<style>
body{color:#666;background-color:#f1f1f1;font-family:sans-serif;margin:12%;max-width:50%;}
h1,h2{color:#333;font-size:4rem;font-weight:400;text-transform:uppercase;}
h2{color:#333;font-size:2rem;}
p{font-size:1.5rem;}
</style>
</head>
<body>
<h1>503</h1>
<h2>Temporarily Offline</h2>
<p>This site is currently closed for maintenance. Please check back again soon.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment