Skip to content

Instantly share code, notes, and snippets.

@ChrisLTD
Last active August 29, 2015 14:16
Show Gist options
  • Save ChrisLTD/fcfbf378e4b4d504a1e8 to your computer and use it in GitHub Desktop.
Save ChrisLTD/fcfbf378e4b4d504a1e8 to your computer and use it in GitHub Desktop.
Simple down for maintenance page
<html>
<head>
<title>Down for maintenance</title>
<style>
body { background: #444; color: #eee; padding: 3em 2em; text-align: center; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
</style>
</head>
<body>
<h2>Sorry!</h2>
<h2>We're currently down for maintenance.</h2>
<h3>Please check back later.</h3>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment