@ -0,0 +1,6 @@ | |||
keybase.txt | |||
404.png | |||
404.js | |||
404-old.css | |||
drg.li-logo.svg | |||
drg-logo.svg |
@ -0,0 +1,65 @@ | |||
@import url(https://fonts.googleapis.com/css?family=Ubuntu); | |||
body { | |||
background: #111; | |||
} | |||
.hidden { | |||
opacity:0; | |||
} | |||
.logo { | |||
font-family:Ubuntu; | |||
font-size:12px; | |||
text-align:center; | |||
height:380px; | |||
width:100%; | |||
max-width:600px; | |||
display:block; | |||
position:absolute; | |||
color:#ffffff80; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
} | |||
.info { | |||
font-family:Ubuntu; | |||
font-weight:bold; | |||
text-align:center; | |||
height:460px; | |||
width:100%; | |||
max-width:600px; | |||
display:block; | |||
position:absolute; | |||
color:white; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
} | |||
.copy { | |||
font-family:Ubuntu; | |||
text-align:center; | |||
height:12px; | |||
font-size:12px; | |||
padding-top:4px; | |||
padding-bottom:4px; | |||
width:100%; | |||
display:block; | |||
position:absolute; | |||
background-color:#212121; | |||
color:#ff0000; | |||
opacity:0.6; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
margin-bottom:0; | |||
} | |||
.info a { | |||
color:#ff0000; | |||
} | |||
.copy a { | |||
color:#ff0000; | |||
} |
@ -0,0 +1,9 @@ | |||
<!DOCTYPE html> | |||
<html><head><title>404 not found - drg.li</title><link rel=stylesheet href="/404.css" /><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"></head><body><div class="logo"><img style="max-width:100%;" src="/404.png" /><br>Kumin Tsuyuri - Chuunibyou<br>art © KyoAni</div><div class='copy'>© 2020 drg | <a href="https://webzero.drg.ovh/"><strong>webzero</strong> ϰ</a> | <a href="https://drg.li"><strong>drg</strong>.li</a> | El Psy Kongroo.</div><div class='info'> | |||
I couldn't find it...<br><span style="opacity:0.3"> | |||
page or shortlink doesn't exist (404 Not Found) | |||
</span></div></body></html> |
@ -0,0 +1 @@ | |||
../go/ |
@ -0,0 +1 @@ | |||
. |
@ -0,0 +1,24 @@ | |||
<!DOCTYPE html> | |||
<html> | |||
<head> | |||
<title>drg.li portal</title> | |||
<link rel=stylesheet href="/style.css" /> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> | |||
</head> | |||
<body> | |||
<div class='logo'><img width="300px" src="/drg.li-logo.svg" /></div> | |||
<div class='info'> | |||
<h2>drg.li services portal</h2> | |||
<h3>public services</h3> | |||
[<a href="https://git.drg.li/">drg git</a>] [<a href="https://coltondrg.com/speedtest/">coltondrg.com speedtest</a>] [<a href="http://stupiid.ovh/">stUpiidhax</a>] | |||
<h3>temporary services</h3> | |||
[<a href="https://v.drg.li/">scrap pastebin</a>] | |||
<h3>private services</h3> | |||
[<a href="//go.drg.li/">drg.li link shortener</a>] [<a href="//derpmail.pw/">DerpMail email</a>] | |||
</div> | |||
<div class='copy'> | |||
<!-- <img height="50px" src="/drg-logo.svg" /> --> | |||
© 2019 drg | <a href="https://webzero.drg.ovh/"><strong>webzero</strong> δ</a> | <strong>drg</strong>.li | El Psy Kongroo. | |||
</div> | |||
</body> | |||
</html> |
@ -0,0 +1,66 @@ | |||
@import url(https://fonts.googleapis.com/css?family=Ubuntu); | |||
body { | |||
background: #111; | |||
} | |||
.hidden { | |||
opacity:0; | |||
} | |||
.logo { | |||
font-family:Ubuntu; | |||
font-size:4em; | |||
font-weight:bold; | |||
text-align:center; | |||
height:500px; | |||
width:100%; | |||
max-width:600px; | |||
display:block; | |||
position:absolute; | |||
color:red; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
} | |||
.info { | |||
font-family:Ubuntu; | |||
font-weight:bold; | |||
text-align:center; | |||
height:180px; | |||
width:100%; | |||
max-width:600px; | |||
display:block; | |||
position:absolute; | |||
color:white; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
} | |||
.copy { | |||
font-family:Ubuntu; | |||
text-align:center; | |||
height:12px; | |||
font-size:12px; | |||
padding-top:4px; | |||
padding-bottom:4px; | |||
width:100%; | |||
display:block; | |||
position:absolute; | |||
background-color:#212121; | |||
color:#ff0000; | |||
opacity:0.6; | |||
top:0; | |||
bottom:0; | |||
left:0; | |||
right:0; | |||
margin:auto; | |||
margin-bottom:0; | |||
} | |||
.info a { | |||
color:#ff0000; | |||
} | |||
.copy a { | |||
color:#ff0000; | |||
} |