Skip to content

Commit 4a6a823

Browse files
Added Error 404
1 parent 920e294 commit 4a6a823

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

error/404.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>404 Error Page</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="404">
24+
25+
404</h1>
26+
27+
<h4 data-text="Opps! Page not found">
28+
29+
Opps! Page not found</h4>
30+
31+
<p>
32+
33+
Sorry from Athena, Page you're looking for doesn't exist. If you think something needs to be added, report problem.</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)