Skip to content

Commit 64377ba

Browse files
Added Error 503
1 parent c29a519 commit 64377ba

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

error/503.htm

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" dir="ltr">
4+
5+
<head>
6+
7+
<meta charset="utf-8">
8+
9+
<title>503 Service Unavailable</title>
10+
11+
<link rel="icon" type="image/jpg" href="https://athena-dbms.42web.io/account/img/logo.ico" />
12+
13+
<link rel="stylesheet" href="style.css">
14+
15+
</head>
16+
17+
<body>
18+
19+
<div id="error-page">
20+
21+
<div class="content">
22+
23+
<h1 data-text="503">
24+
25+
503</h1>
26+
27+
<h4 data-text="Service Unavailable">
28+
29+
Service Unavailable</h4>
30+
31+
<p>
32+
33+
Sorry from Athena, Server is temporarily unavailable. Check back again in few minutes! </p>
34+
35+
<div class="btns1">
36+
37+
<a href="https://athena-dbms.42web.io">return home</a></div>
38+
39+
<div class="btns">
40+
41+
<a href="mailto:hariket.sukeshkumar2020@gmail.com">report problem</a>
42+
43+
</div>
44+
45+
</div>
46+
47+
</div>
48+
49+
</body>
50+
51+
</html>
52+

0 commit comments

Comments
 (0)