forked from CodeChefVIT/LeoClub-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
117 lines (65 loc) · 4.4 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Meta Tags For SEO -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="LeoClub VIT">
<meta name="keywords" content="LeoClub,NGO,Lions Club,VIT,Tamil Nadu,India">
<meta name="author" content="Aarushi Shrestha & Yasharth Tripathi">
<meta name="copyright" content="LeoClub VIT">
<meta name="language" content="en">
<meta name="url" content="https://">
<meta name="category" content="">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:phone_number" content="+916204922616,+918840744576">
<meta name="og:country-name" content="USA,Britain,UK,India">
<meta name="og:region" content="India,USA,UK,Britain">
<meta name="og:site_name" content="LeoClub VIT">
<meta property="og:type" content="website">
<meta property="og:title" content="LeoCLub VIT">
<meta property="og:description"content="">
<meta property="og:url" content="https://">
<meta property="og:site_name" content="LeoClub VIT">
<meta property="og:image" itemprop="image" content="assets/img/favicon.png">
<meta itemprop="name" content="Leo Club VIT">
<meta itemprop="description" content="Official Website for the Leo Club VIT,Vellore">
<link rel="canonical" href="https://">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Error Page</title>
<!-- Linking Favicon, Apple Touch Icon, Font Awesome, AOS, Bootstrap & CSS -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/fav and apple icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/fav and apple icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/fav and apple icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/fav and apple icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/fav and apple icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/fav and apple icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/fav and apple icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/fav and apple icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/fav and apple icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/fav and apple icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/fav and apple icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/fav and apple icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/fav and apple icons/favicon-16x16.png">
<link rel="manifest" href="assets/img/fav and apple icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/img/fav and apple icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" type="text/css" href="assets/css/404.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h2>Oops! Page not found</h2>
<h1>404</h1>
<p>Looks like you have clicked on a broken link</p>
<a href="https://codechefvit.github.io/LeoClub-Website">Go back to Home Page</a>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>