-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (24 loc) · 897 Bytes
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Healthy Home</title>
<link rel="shortcut icon" type="image/png" href="images/logo_favicon.png">
<link href="https://fonts.googleapis.com/css?family=Cabin:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:900" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="styles/error404.css" />
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h3>Oops! Page not found</h3>
<h1><span>4</span><span>0</span><span>4</span></h1>
</div>
<h2>we are sorry, but the page you requested DOES NOT EXIST</h2>
<h2 onclick="location.href='./index.html'" class="pointer"><u>Go back to login page</u></h2>
</div>
</div>
</body>
</html>