-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path400.html
More file actions
36 lines (31 loc) · 707 Bytes
/
400.html
File metadata and controls
36 lines (31 loc) · 707 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>400 Bad Request - 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 400</h1>
<h2>Bad Request</h2>
<p>
The server was unable to process the request<br>
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>