Created
October 23, 2018 11:41
-
-
Save A5hleyRich/e2cec470f84890206290b394931cd48d to your computer and use it in GitHub Desktop.
Sample back soon page.
This file contains 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
<!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