-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
executable file
·38 lines (33 loc) · 874 Bytes
/
404.html
File metadata and controls
executable file
·38 lines (33 loc) · 874 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page not found - Frosty Volcano Summit</title>
<meta charset="UTF-8">
<style>
body {
background-image: linear-gradient(#171718, #171717) !important;
}
h1,
h2,
h3,
p {
font-family: Arial, Helvetica, sans-serif;
color: white;
}
</style>
</head>
<body>
<center>
<br><br><br><br>
<h1>Error 404</h1>
<h2>File not found</h2>
<p>
Check you entered the URL correctly<br>
The page you were looking for may have been moved to a new web address or deleted<br>
Although it happens very rarely, this may be the cause of a <a href="https://www.githubstatus.com">server
malfunction</a><br>
</p>
<h3>Return to <a href="https://reper2.github.io">home page</a></h3>
</center>
</body>
</html>