-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
79 lines (71 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5K8P3PX7M5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-5K8P3PX7M5');
</script>
<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>HinduWiki • Wiki </title>
<link rel="stylesheet" href="/main/styles.css">
<meta name="name" content="HinduWiki • Bhagwat Geeta">
<meta name="description" content="Search Anything And Know The History Of It.">
<meta name="keywords" content="Temple wiki, indianwiki, hinduwiki, hindu hidtory,google clone, search, coding, wikipedia clone">
<meta name="theme-color" content="#101010">
<meta property="og:title" content="HinduWiki • 404">
<meta property="og:url" content="https://hinduwiki.vercel.app">
<meta property="og:image" content="https://simplystudios.github.io/HinduWiki/favicon.ico">
<meta property="og:description" content="Oops Looks Like This Page Does Not Exists Or is Deleted">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500">
<script src="https://kit.fontawesome.com/b2b2c57f30.js" crossorigin="anonymous"></script>
<style>
img {
width: 100%;
}
</style>
</head>
<body>
<div class="navbar">
<h1 class="title">Hinduwiki • Home</h1>
<div class="searchbarnav">
<input id="searchbar" type="text" title="Search" name="search-navbar" id="searchnav"
placeholder="Type to search...">
<button class="searchbutton" id="searchbutton">Search</button>
</div>
</div>
<br>
<h1 class="">Oops Looks Like This Page Does Not Exists Or is Deleted</h1>
<p class="">In The Meanwhile Read This Shlok From The Gita :</p>
<br>
<div class="shloks" id="shloksans"></div>
<script src="search.js"></script>
<footer>
<div class="logo">
<h1 class="logo">HinduWiki</h1>
</div>
<nav class="footer-nav">
<ul>
<li><a href="https://simplystudios.github.io/HinduWiki/">Home</a></li>
<li><a href="/404">Articles</a></li>
<li><a href="https://simplystudios.github.io/HinduWiki/about">About Us</a></li>
<li><a href="https://simplystudios.github.io/HinduWiki/contact">Contact</a></li>
</ul>
</nav>
<div class="social-icons">
<a href="https://github.com/simplystudios/hinduwiki"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/hinduwiki"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</footer>
<script src="/gita.js"></script>
</body>
</html>