38 lines
1.2 KiB
HTML
38 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Site Down For Maintenance</title>
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Cache-Control" content="no-cache">
|
|
<meta http-equiv="Expires" content="Sat, 01 Dec 2001 00:00:00 GMT">
|
|
<style type="text/css">
|
|
.text {
|
|
position: absolute;
|
|
z-index: 10;
|
|
font-family: georgia, verdana, helvetica, arial, sans-serif;
|
|
font-weight: bold;
|
|
color: white;
|
|
top: 40%;
|
|
width: 95%;
|
|
text-align: center;
|
|
text-shadow: black 2px 2px 2px; /* safari */
|
|
filter:progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color='black', positive='true') /* ie */
|
|
}
|
|
.header {
|
|
font-size: 30px;
|
|
}
|
|
.body {
|
|
background-color: #6974DE;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="text">
|
|
<div class="header">Maintenance</div>
|
|
<p> This site is currently undergoing maintenance. Please check back again shortly. </p>
|
|
</div>
|
|
<img src="/extras/background.jpg" border="0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
|
|
</body>
|
|
</html>
|