mirror of
https://github.com/Rushilwiz/campaign.git
synced 2025-04-09 23:10:18 -04:00
initial commit
This commit is contained in:
commit
d3bc8d7067
24
404/index.html
Normal file
24
404/index.html
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145317366-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-145317366-1');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<title>Page Not Found</title>
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
|
||||||
|
<link href="/404/style.css" type="text/css" rel="stylesheet">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 class="header">404: page not found</h1>
|
||||||
|
<p class="desc">it's dangerous to go alone!<br>take this!</p>
|
||||||
|
<a href="http://crucialnet.org"><img src="/404/sword.png" width="50px;"></a>
|
||||||
|
<p class="foot">if you feel there's been a mistake, feel free to contact me <a href="http://crucialnet.org/contact-me">here</a></p>
|
||||||
|
</body>
|
||||||
|
</html>
|
36
404/style.css
Normal file
36
404/style.css
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
* {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%) rotate(180deg);
|
||||||
|
font-family: monospace;
|
||||||
|
font-weight: 200;
|
||||||
|
font-size: 9vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.desc {
|
||||||
|
position: relative;
|
||||||
|
font-family: 'Press Start 2P', monospace;
|
||||||
|
text-transform: uppercase;
|
||||||
|
line-height: 25px;
|
||||||
|
text-align: center;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.foot {
|
||||||
|
margin-top: 200px;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
position: relative;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
BIN
404/sword.png
Normal file
BIN
404/sword.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
2
index.html
Normal file
2
index.html
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<h1>ru4u?</h1>
|
||||||
|
<p>vote rushil umaretiya for sga president</p>
|
Loading…
Reference in New Issue
Block a user