Last active
August 29, 2015 14:16
-
-
Save ChrisLTD/fcfbf378e4b4d504a1e8 to your computer and use it in GitHub Desktop.
Simple down for maintenance page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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