-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (208 loc) · 6.4 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<title>fortnite | aeroxy</title>
<!--
Hello there, small child. Do you want some free candy?
------------------------------------------------------
Jokes aside, this is literally just a clone of the forknight loading screen, and everything seems real...
a gnome is a small humanoid creature that lives underground.
they are known for their ability to mine gems and precious metals.
they are also known for their ability to steal your diamonds.
The famous youtuber Dream has a pet gnome named GeorgeNotFound.
GeorgeNotFound is a gnome that lives in a hole in the ground.
He is known for his ability to steal diamonds from other players.
He is also known for his ability to mine gems and precious metals.
"You've been gnomed!" - GeorgeNotFound, 2021
^ satire, not true
MADE BY github.com/aeiea
hey if you use this website on ur website pls keep the above line
-->
<style>
#fake-proxy {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #000;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
}
#proxy-loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#fortnite-loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #000;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
}
#fortnite-image {
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: auto;
filter: blur(5px);
background-position: center;
}
#fortnite-loading-bar {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%) skew(5deg);
width: 40%;
height: 2.5em;
padding: 1px;
filter: blur(0.01px);
display: flex;
align-content: center;
flex: auto;
}
#fortnite-play-button {
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, -50%) skew(5deg);
width: 20%;
height: 2.5em;
padding: 1px;
filter: blur(0.01px);
display: flex;
align-content: center;
flex: auto;
}
#fortnite-loading-bar-fill {
top: 0;
left: 0;
width: 0%;
height: auto;
line-height: auto;
margin: 5px;
transform: skew(-10deg);
transition: 120ms;
box-shadow: #000 0px 0px 1px 0px;
}
#fortnite-loading-bar-fill span {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hidden {
display: none;
width: 0;
height: 0;
}
#fortnite-logo {
justify-content: center;
align-content: center;
flex: auto;
top: 0%;
filter: blur(.5px);
display: block;
}
.fortnite-style {
background: linear-gradient(#fefb72, #fefca3);
font-family: 'Luckiest Guy';
cursor: pointer;
}
.fortnite-inner-style {
background: linear-gradient(#ede801, #fefb72);
color: #343F65;
font-size: 120%;
font-weight: bold;
}
center, .center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
body {
padding: 0;
margin: 0;
overflow: hidden;
}
.fortnite-bg {
background-image: radial-gradient(#28b8eb, #264aaf);
width: 100vw;
height: 100vh;
margin: 0;
}
video {
filter: blur(2px);
z-index: -100;
width: 100vw;
height: 100vh;
position: absolute;
}
#trolled {
line-height: .4em;
color: #fff;
text-shadow: 0 0 10px #000;
z-index: 100;
width: 100%;
text-align: center;
position: absolute;
top: 20px;
font-size: 1.25em;
left: 0;
width: 100vw;
height: 100vh;
font-family: "Comic Sans MS", "Comic Sans", cursive;
}
</style>
</head>
<body onload="proxymsg()">
<div id="fake-proxy">
<div id="proxy-loading">
aeroxy v1 + nowggloader
by @aeiea
</div>
</div>
<div id="fortnite-loading" class="hidden">
<img id="fortnite-image" src="fork.png"/>
<center>
<img src="logo.png" alt="image failed to load" width="110%" height="auto" style="transform: translate(-4%,-40%); filter:blur(1px)">
</center>
<div id="fortnite-loading-bar" class="fortnite-style">
<div id="fortnite-loading-bar-fill" class="fortnite-inner-style">
<span>
</span>
</div>
</div>
</div>
<div id="loading_screen" class="hidden">
</div>
<div id="trolled_lol" class="hidden">
<div class="video-frame">
<video src="videos/video.mp4" width="100vw" height="100vh"></video>
</div>
<div>
<div id="trolled">
</div>
</div>
</div>
</body>
</html>