jul/lib/downtime.php

98 lines
2.4 KiB
PHP

<?php
header("HTTP/1.1 503 Service Unavailable");
?><html><head><title>Jul -- Temporarily down</title>
<link rel="shortcut icon" href="/images/favicons/favicon3.ico" type="image/x-icon">
<style>
a:link,a:visited,a:active,a:hover{text-decoration:none;font-weight:bold}
a {
color: #BEBAFE;
}
a:visited {
color: #9990c0;
}
a:active {
color: #CFBEFF;
}
a:hover {
color: #CECAFE;
}
img { border:none; }
pre br { display: none; }
body {
scrollbar-face-color: 7d7bc1;
scrollbar-track-color: 000020;
scrollbar-arrow-color: 210456;
scrollbar-highlight-color: a9a7d6;
scrollbar-3dlight-color: d4d3eb;
scrollbar-shadow-color: 524fad;
scrollbar-darkshadow-color: 312d7d;
color: #DDDDDD;
font:13px verdana;
background: #000F1F url('http://xkeeper.rustedlogic.net/img/starsbg.png');
}
.font {font:13px verdana}
.fonth {font:13px verdana;color:FFEEFF}
.fonts {font:10px verdana}
.fontt {font:10px tahoma}
.tdbg1 {background:#111133}
.tdbg2 {background:#11112B}
.tdbgc {background:#2F2F5F}
.tdbgh {background:#302048}
.center {text-align:center}
.right {text-align:right}
.table {empty-cells: show;
border-top: #000000 1px solid;width:100%;
border-left: #000000 1px solid;width:100%;}
td.tbl {border-right: #000000 1px solid;
border-bottom: #000000 1px solid}
code {
overflow: auto;
width: 100%;
white-space: pre;
display: block;
}
code br { display: none; }
textarea,input,select{
border: #663399 solid 1px;
background:#000000;
color: #DDDDDD;
font: 10pt verdana;}
.radio{
border: none;
background:none;
color: #DDDDDD;
font: 10pt verdana;}
.submit{
border: #663399 solid 2px;
font: 10pt verdana;}
</style>
</head>
<body>
<center>
<div class="fonts" style="position: fixed; width: 600px; margin-left: -300px; top: 40%; left: 50%;">
<table class="table font" cellspacing=0>
<tr>
<td class='tbl tdbgh center' style="padding: 3px;"><b>
It's Midnight Backup Time Again
</b></td>
</tr>
<tr>
<td class='tbl tdbg1 center'>
&nbsp;<br>
The daily backup is in progress. Check back in about five minutes.
<br>
<br>Feel free to drop by IRC:
<br><b>irc.badnik.net</b> &mdash; <b>#x</b>
<br>&nbsp;
</td>
</tr>
</table>
</body>
</body></html>
<?php
die();
?>