-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·46 lines (44 loc) · 1.2 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found</title>
<link rel="stylesheet" href="css/404.css">
</head>
<body>
<a href="https://subhrendu1987.github.io/" 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">Page Not Found</h1>
<p class="message__text">We're sorry, the page 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="" target="_blanck" class="e-nav__link"></a>
</div>
</div>
<!-- END Content -->
</section>
</a>
</body>
</html>