Skip to content

Commit 4773bcb

Browse files
authored
Create 707.html
1 parent 3d54c07 commit 4773bcb

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

707.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>707 - Internal Server Error</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: #dc3545;
15+
}
16+
button {
17+
padding: 10px 20px;
18+
font-size: 16px;
19+
cursor: pointer;
20+
}
21+
</style>
22+
</head>
23+
<body>
24+
<h1>707 - Internal Server Error</h1>
25+
<p>An unexpected error occurred on the server while processing the request.</p>
26+
<button onclick="window.location.href='index.html'">Go Back Home</button>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)