This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404v2.html
179 lines (157 loc) · 4.92 KB
/
404v2.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-type">
<meta content="default-src 'self'; style-src 'unsafe-inline'; img-src 'self'; connect-src 'self'; media-src https://s.soarn.pro/" http-equiv="Content-Security-Policy">
<title>Page not found · soarn.pro</title>
<style media="screen" type="text/css">
body {
background-color: #ffffff;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
margin: 50px auto 40px auto;
width: 600px;
text-align: center;
}
a {
color: #4183c4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
width: 800px;
position: relative;
left: -100px;
letter-spacing: -1px;
line-height: 60px;
font-size: 60px;
font-weight: 100;
margin: 0px 0 50px 0;
text-shadow: 0 1px 0 #fff;
}
p {
color: rgba(0, 0, 0, 0.5);
margin: 20px 0;
line-height: 1.6;
}
ul {
list-style: none;
margin: 25px 0;
padding: 0;
}
li {
display: table-cell;
font-weight: bold;
width: 1%;
}
.logo {
display: inline-block;
margin-top: 35px;
}
.logo-img-2x {
display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.logo-img-1x {
display: none;
}
.logo-img-2x {
display: inline-block;
}
}
#status {
margin-top: 35px;
color: #ccc;
}
#status a {
color: #000000;
font-weight: 200;
font-size: 14px;
margin: 0 10px;
}
#social {
margin-top: 35px;
color: #ccc;
}
#social a {
color: #000000;
font-weight: 200;
font-size: 14px;
margin: 0 10px;
}
#Vtext {
position: relative;
}
#Vtext div,
#Vtext video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.background-video {
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
}
video {
height: auto !important;
vertical-align: middle;
width: 100% !important;
}
/* video {
position: relative;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
transform: translateX(calc((100% - 100vw) / 2));
} */
.overlay-desc {
background: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
}
</style>
</head>
<body>
<div class="background-video">
<!--The video-->
<video autoplay="" height="auto" id="myVideo" loop="" muted="" width="100%"><source src="https://s.soarn.pro/img/14a.mp4"
type="video/mp4"></video>
<div class="overlay-desc">
<div class="container">
<h1>404</h1>
<p><strong>File not found</strong></p>
<p>The site configured at this address does not contain the requested file.</p>
<div id="status">
<a href="https://githubstatus.com">GitHub Status</a> — <a href="https://twitter.com/githubstatus">@githubstatus</a>
</div>
<div id="social">
<a href="https://twitter.com/soarnpro">Twitter</a> — <a href="https://steamcommunity.com/id/saorn/">Steam</a>
</div>
</div>
<a class="logo logo-img-1x" href="https://soarn.pro/"><img alt="" height="32" src="/icons/favicon-32x32.png" title="" width="32"></a>
<a class="logo logo-img-2x" href="https://soarn.pro/"><img alt="" height="16" src="/icons/favicon-16x16.png" title="" width="16"></a>
</div>
</div>
</body>
</html>