-
Notifications
You must be signed in to change notification settings - Fork 11
/
403.html
201 lines (175 loc) · 4.87 KB
/
403.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="https://zyrusplaysanimations.github.io/Wrapper-Online-Plus-Assets-Beta/favicon.ico" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>403 Forbidden</title>
<meta name="description" content="Wrapper Online+ 403">
<link rel="stylesheet" type="text/css" href="https://zyrusplaysanimations.github.io/Wrapper-Online-Plus-Assets-Beta/pages/css/global.css">
<link rel="stylesheet" type="text/css" href="https://zyrusplaysanimations.github.io/Wrapper-Online-Plus-Assets-Beta/pages/css/list.css">
<style>
@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
html,
body,
main {
width: 100%;
height: 100%;
margin: 0;
}
* {
font-family: 'Press Start 2P', cursive;
box-sizing: border-box;
}
#app {
padding: 1rem;
background: black;
display: flex;
height: 100%;
justify-content: center;
align-items: center;
color: #54FE55;
text-shadow: 0px 0px 10px;
font-size: 6rem;
flex-direction: column;
}
#app .txt {
font-size: 1.8rem;
}
@keyframes blink {
0% {
opacity: 0;
}
49% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 1;
}
}
.blink {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
}
.pixel, .pixel2 {
font-size: 25px;
color: white;
height: auto;
margin: 10px;
font-family: 'Press Start 2P', cursive;
position: relative;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pixel:active, .pixel2:active {
top: 2px;
}
.pixel {
line-height: 0;
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
border-style: solid;
border-width: 20px;
-moz-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
-webkit-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
-o-border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
border-image: url(https://i.imgur.com/sREM8Yn.png) 20 stretch;
}
.pixel p {
display: inline-block;
vertical-align: top;
position: relative;
width: auto;
text-align: center;
margin: -20px -20px;
line-height: 20px;
padding: 10px 20px;
background: #000000;
background:
linear-gradient(135deg, transparent 10px, #000000 0) top left,
linear-gradient(225deg, transparent 10px, #000000 0) top right,
linear-gradient(315deg, transparent 10px, #000000 0) bottom right,
linear-gradient(45deg, transparent 10px, #000000 0) bottom left;
background-size: 50% 50%;
background-repeat: no-repeat;
background-image:
radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #000000 15px),
radial-gradient(circle at 100% 0, rgba(204,0,0,0) 14px, #000000 15px),
radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 14px, #000000 15px),
radial-gradient(circle at 0 100%, rgba(204,0,0,0) 14px, #000000 15px);
}
.pixel2 {
position: relative;
display: block;
margin: 10px;
font-family: 'Press Start 2P', cursive;
text-transform: uppercase;
font-size: 25px;
color: white;
}
.pixel2::before {
content: "";
display: block;
position: absolute;
top: 10px;
bottom: 10px;
left: -10px;
right: -10px;
background: green;
z-index: -1;
}
.pixel2::after {
content: "";
display: block;
position: absolute;
top: 4px;
bottom: 4px;
left: -6px;
right: -6px;
background: green;
z-index: -1;
}
.pixel2 {
padding: 10px 10px;
position: relative;
background: green;
width: auto;
z-index: 2;
}
</style>
</head>
<body>
<header>
<div>
<h1 style="margin:0"><img id="logo" src="Untitled231.png" alt="Wrapper: Online+"/></h1>
</div>
</header>
<main>
<div id="app">
<div>403</div>
<div class="txt"> Forbidden </div>
<div class="txt"> Now GET OUT!<span class="blink">_</span> </div>
<div class="txt">
<div class="pixel2" onclick="window.location='https://zyrusplaysanimations.github.io/Wrapper-Online-Plus-Assets-Beta/';">Go Back to the Asset Server</div>
</div>
</div>
</div>
</main>
</body>
</html>