25 lines
No EOL
619 B
HTML
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> |