-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
223 lines (203 loc) · 6.19 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link rel="icon" href="favicon.gif" type="image/gif">
<title>PROJECT DYSTOPIA 404</title>
<style>
@import url("webfonts/pc_9800/stylesheet.css");
@font-face {
font-family: 'fsex300';
src: url(file:///C|/Users/JairusB/Documents/downloaded%20sites/heckscaper.com/FSEX300.ttf);
font-family: "fsex300", "Courier", monospace;
}
body {
background-color:#000000;
color: #FFFFFF;
font-family: "fsex300", "Courier", monospace;
margin:0;
padding:0;
height:100%;
}
.spacebg {
width: 100%;
height: 100%;
background-repeat: repeat;
position:fixed;
top:0px;
left:0px;
background-image: url("loopsy.png");
will-change: transform, filter;
z-index:-1;
mix-blend-mode: screen;
}
.spacebg2 {
width: 100%;
height: 100%;
background-repeat: repeat;
position:fixed;
top:0px;
left:0px;
background-image: url("loopsy2.png");
will-change: transform, filter;
z-index:-2;
mix-blend-mode: screen;
}
@keyframes backgroundScroll {
0% {background-position:0px 0px; filter: opacity(100%);}
50% {background-position:0px -234px; filter: opacity(50%);}
100% {background-position: 0px -468px; filter: opacity(100%);}
}
@keyframes backgroundScroll2 {
0% {background-position:0px 0px; filter: opacity(50%);}
50% {background-position:0px -234px; filter: opacity(100%);}
100% {background-position: 0px -468px; filter: opacity(50%);}
}
a {
color: #00FFFF;
}
a:hover {
color: #FF00FF;
}
a.nav:hover {
color: #FF00FF;
-webkit-animation: huecycle 2s linear infinite;
animation: huecycle 2s linear infinite;
}
.main {
margin:32px;
width: 756px;
font-size: 16px;
line-height: 18px;
}
.tableheader{
width:746px;
padding:3px 8px 3px 2px;
color:#FFFFFF;
font-family: 'pc 9800';
background-color:#1F22FF;
position:relative;
z-index:1;
text-align:right;
}
div.update {
width: 756px;
font-size: 14px;
line-height: 18px;
text-align: left;
}
table {
border: 1px solid #0059ff;
box-shadow: 0px 0px 20px 5px #000000;
color: #FFFFFF;
}
td, th {
border: 1px solid #1900ff;
background-image: url("GRID.png");
padding: 8px;
text-align: justify;
}
@-webkit-keyframes huecycle {
from {
-webkit-filter: hue-rotate(0deg) saturate(200%);
filter: hue-rotate(0deg) saturate(200%);
}
to {
-webkit-filter: hue-rotate(360deg) saturate(200%);
filter: hue-rotate(360deg) saturate(200%);
}
}
@keyframes huecycle {
from {
-webkit-filter: hue-rotate(0deg) saturate(200%);
filter: hue-rotate(0deg) saturate(200%);
}
to {
-webkit-filter: hue-rotate(360deg) saturate(200%);
filter: hue-rotate(360deg) saturate(200%);
}
}
img.rainbow:hover {
-webkit-animation: huecycle 2s linear infinite;
animation: huecycle 2s linear infinite;
}
.imgbutton {
border: 2px solid #000000;
-webkit-filter: brightness(75%) grayscale(100%) sepia(100%) hue-rotate(0deg) saturate(0%) contrast(1.5);
filter: brightness(75%) grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(0%) contrast(1.5);
-webkit-transition: 0.5s;
transition: 0.5s;
}
.imgbutton:hover {
border: 2px solid #00FFFF;
-webkit-filter: brightness(100%) grayscale(0%) sepia(0%) hue-rotate(360deg) saturate(100%) contrast(1);
filter: brightness(100%) grayscale(0%) sepia(0%) hue-rotate(360deg) saturate(100%) contrast(1);
-webkit-transition: 0.2s;
transition: 0.2s;
}
.iframe:hover {
height:333px;
-webkit-transition: 0.3s cubic-bezier(0,0,0.02,1);
transition: 0.3s cubic-bezier(0,0,0.02,1);
position:absolute;
border:2px solid #FF00FF;
z-index:100;
margin-top:-88px;
box-shadow: 0px 0px 20px 5px #000000;
}
.iframe {
height:38px;
-webkit-transition: 0.2s cubic-bezier(0,0,0.02,1);
transition: 0.2s cubic-bezier(0,0,0.02,1);
position:absolute;
float:right;
border:2px solid #00FFFF;
margin-left:15px;
margin-top:38px;
z-index:100;
box-shadow: 0px 0px 0px 0px #000000;
}
h4 {
font-size: 10px;
line-height: 8px;
}
body,td,th {
font-family: "pc 9800";
}
</style>
</head>
<body>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.6.7/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.6.7/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
<div class="spacebg" style="animation: backgroundScroll 15s linear infinite;"></div>
<div class="spacebg2" style="animation: backgroundScroll2 25s linear infinite;"></div>
<center>
<div class="main">
<p><img src="rbw.gif" width="600" height="1" alt=""/><br>
<a href="https://projectdystopia.web.app/" target="_blank"><img align="middle" src="PDYS.GIF" ><img src="rbw.gif" width="600" height="1" alt=""/></a><br>
</p>
<div class="update"><br>
</div>
<div class="tableheader">404 Error</div>
<table>
<tr>
<td><a href="https://youtu.be/mW61VTLhNjQ" target="_blank"><img align="middle" class="imgbutton" src="404.png"></a></td>
<td><font color="#19E0FF">ERROR 404 // </font>WHY ARE YOU HERE????<font color="#FF00FF"> </font><font color="#1943ff">STANDALONE SITE, OPENS IN NEW TAB</font>.</td>
</tr>
<tr> </tr>
<tr> </tr>
</table>
<br>
<br>
<br>
<br>
<br>
<div align='center'>
<div align='center'><a href='https://www.free-website-hit-counter.com'><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=127722&s=39' border='0' alt='Free Website Hit Counter'></a><br / >
</div>
</div></center>