-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
55 lines (49 loc) · 1.61 KB
/
404.html
File metadata and controls
55 lines (49 loc) · 1.61 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./styles/404_style.css" />
<title>404 not found</title>
</head>
<body>
<a href="" target="_blank">
<header class="top-header">
</header>
<!--dust particel-->
<div>
<div class="starsec"></div>
<div class="starthird"></div>
<div class="starfourth"></div>
<div class="starfifth"></div>
</div>
<!--Dust particle end--->
<div class="lamp__wrap">
<div class="lamp">
<div class="cable"></div>
<div class="cover"></div>
<div class="in-cover">
<div class="bulb"></div>
</div>
<div class="light"></div>
</div>
</div>
<!-- END Lamp -->
<section class="error">
<!-- Content -->
<div class="error__content">
<div class="error__message message">
<h1 class="message__title">Todo Not Found</h1>
<p class="message__text">We're sorry, the todo you were looking for isn't found here. The link you followed may either be broken or no longer exists. Please try again, or take a look at our.</p>
</div>
<div class="error__nav e-nav">
<a href="http://127.0.0.1:8080/home.html" class="e-nav__link"></a>
</div>
</div>
<!-- END Content -->
</section>
</a>
</body>
</html>