Created
June 21, 2019 23:24
-
-
Save nhalstead/2b813aff0a825cad11720226cb1925bc to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Servers Down</title> | |
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Roboto:400,700" rel="stylesheet"> | |
<style> | |
body { | |
font-family: 'Roboto'; | |
background-color: #051411; | |
text-align: center; | |
margin-top: 6.5cm; | |
} | |
h1 { | |
color: #42f4d4; | |
font-weight: 700; | |
font-size: 49px; | |
} | |
p { | |
margin-top: -0.8cm; | |
text-align: center; | |
color: white; | |
} | |
a{ | |
font-size: 20px; | |
color:#42f4d4; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>YIKES!</h1> | |
<p>Curently the servers that contains the website you are<br>reqeusting has been placed into maintenance mode.<br> <a href="learnmore.html" target="_blank">Learn More!</a></p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment