Skip to content

Instantly share code, notes, and snippets.

@nhalstead
Created June 21, 2019 23:24
Show Gist options
  • Save nhalstead/2b813aff0a825cad11720226cb1925bc to your computer and use it in GitHub Desktop.
Save nhalstead/2b813aff0a825cad11720226cb1925bc to your computer and use it in GitHub Desktop.
<!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