-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
66 lines (60 loc) · 1.54 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not Found</title>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="flower-pot-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="flower-pot-16x16.png"
/>
<link href="style/404.css" rel="stylesheet">
</head>
<body>
<a href="https://miraiscute.com" 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="https://miraiscute.com" target="_blanck" class="e-nav__link"></a>
</div>
</div>
<!-- END Content -->
</section>
</a>
</body>
</html>