-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
118 lines (111 loc) · 3.67 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="title" content="Wezion Studios | Vlogs | Cinematics" />
<meta
name="ahrefs-site-verification"
content="04ae6995c5755a5f567392e0e1550da8b79221fd237751e7e5036a0ae5cebcab"
/>
<meta
name="description"
content="Travelling vlogs make for great content on YouTube and other social platforms. With so many creatives vlogging their lives, Watch Wezion Youtube Channel!!!"
/>
<meta
name="google-site-verification"
content="saEgsbuqkJ2UYodiNdWkkAvHisLOXZj5r2t9Oe_aNac"
/>
<meta
name="keywords"
content="Sourav Joshi Vlogs,
Suyash Vlogs"
/>
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="author" content="Amitesh" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./Css/404error.css" />
<link rel="icon" href="./Icons/logo.png" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link rel="canonical" href="https://wezion.netlify.app/" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-S08CL19575");
</script>
<link
href="https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap"
rel="stylesheet"
/>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8261561109974521"
crossorigin="anonymous"
></script>
<title>404-ERROR | Wezion</title>
</head>
<body>
<section class="header" id="home">
<nav>
<a href="./Index.html"
><img src="./Icons/logoh.png" alt="logo" />
<h1>ezion</h1></a
>
<div class="nav-links" id="navLinks">
<img
src="./Icons/cancel.png"
onclick="hideMenu()"
class="i_nav"
alt="cancel"
/>
<ul>
<li>
<a href="#home">HOME</a>
</li>
<li>
<a href="#videos">VIDEOS</a>
</li>
<li>
<a href="#gallery">GALLERY</a>
</li>
<li>
<a href="#about">ABOUT</a>
</li>
<li>
<a href="#contact">CONTACT</a>
</li>
<a href="./Html/Login.html" class="nav_btn">Login</a>
<a href="./Html/Signup.html" class="nav_btn">Register</a>
<img src="./Icons/moon.png" alt="moon" id="icon" onclick="" />
</ul>
</div>
<img
src="./Icons/menu.png"
onclick="showMenu()"
class="i_nav"
alt="menu"
/>
</nav>
<div class="Error">
<img src="./icons/funny.png" alt="Funny" />
<h2 class="er">4</h2>
<h2 class="ror">4!</h2>
<p>WE ARE SOORY,BUT THE PAGE YOU REQUESTED WAS NOT FOUND</p>
<a href="https://wezion.netlify.app/" class="h_btn">Go Home</a>
</div>
</section>
<footer>
<h5 class="footer">
© 2020-2022 Wezion<sup>®</sup>. All Rights Reserved
</h5>
</footer>
<script src="./js/index.js"></script>
</body>
</html>