Skip to content

Commit 153b273

Browse files
authored
Create 808.html
1 parent 4773bcb commit 153b273

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

808.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>808 - Service Unavailable</title>
6+
<style>
7+
body {
8+
font-family: Arial, sans-serif;
9+
text-align: center;
10+
padding: 50px;
11+
background-color: #f8f9fa;
12+
}
13+
h1 {
14+
color: #ffc107;
15+
}
16+
button {
17+
padding: 10px 20px;
18+
font-size: 16px;
19+
cursor: pointer;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<h1>808 - Service Unavailable</h1>
25+
<p>The server is temporarily unable to handle the request due to being overloaded or down for maintenance.</p>
26+
<button onclick="window.location.href='index.html'">Go Back Home</button>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)