First (re-)commit

This commit is contained in:
Xkeeper
2015-08-08 22:45:34 -07:00
commit b22c0a1df8
1064 changed files with 18752 additions and 0 deletions

91
lib/downtime2.php Normal file
View File

@@ -0,0 +1,91 @@
<html><head><title>Ugh, seriously.</title>
<link rel="shortcut icon" href="/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; margin-top: -200px; top: 50%; left: 50%;">
<table class="table font" cellspacing=0>
<tr>
<td class='tbl tdbgh center' style="padding: 3px;"><b>
You are the world's shittiest boomerang.
</b></td>
</tr>
<tr>
<td class='tbl tdbg1 center' style="padding: 1em;">
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/uIxNLcPyvEA?version=3&amp;hl=en_US&amp;autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/uIxNLcPyvEA?version=3&amp;hl=en_US&amp;autoplay=1" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object> </td>
</tr>
</table>
</body>
</body></html>
<?php
die();
?>