This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
greyhack-public/maintenance.html
2022-12-29 18:06:14 -08:00

25 lines
No EOL
619 B
HTML

<!doctype html>
<html>
<head>
<title>Site Maintenance</title>
</head>
<body>
<style>
body { text-align: center; padding: 25px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
html{
background-color: whitesmoke;
height:100%;
}
</style>
<article>
<h1>We will be back soon!</h1>
<div>
<p>Sorry for the inconvenience but we are performing some maintenance at the moment. We will be back online shortly!</p>
<p>The Team</p>
</div>
</article>
</body>
</html>