-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path408.html
More file actions
36 lines (32 loc) · 736 Bytes
/
408.html
File metadata and controls
36 lines (32 loc) · 736 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>408 Request Timeout - 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 408</h1>
<h2>Request Timeout</h2>
<p>
Check you entered the URL correctly<br>
The server took too long to respond to your request<br>
Although it happens very rarely, this may be the cause of a <a href="https://www.githubstatus.com">server
malfunction</a><br>
</p>
</center>
</body>
</html>