Skip to content

Instantly share code, notes, and snippets.

@A5hleyRich
Created October 23, 2018 11:41
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 A5hleyRich/e2cec470f84890206290b394931cd48d to your computer and use it in GitHub Desktop.
Save A5hleyRich/e2cec470f84890206290b394931cd48d to your computer and use it in GitHub Desktop.
Sample back soon page.
<!doctype html>
<html>
<head>
<title>Back Soon</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { background-color: #e13067; font: 20px Helvetica, sans-serif; color: #fff; line-height: 1.5 }
article { display: block; width: 650px; margin: 0 auto; }
</style>
</head>
<body>
<article>
<h1>Back Soon!</h1>
<p>
We're currently performing server maintenance.<br>
We'll be back soon!
</p>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment