-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path503.html
More file actions
35 lines (31 loc) · 711 Bytes
/
503.html
File metadata and controls
35 lines (31 loc) · 711 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>503 Service Unavailable - 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 503</h1>
<h2>Service Unavailable</h2>
<p>
The website may be currently disabled for maintenance.<br>
Try contacting the developer of the website.<br>
This may be the cause of a <a href="https://www.githubstatus.com">server malfunction</a>
</p>
</center>
</body>
</html>