-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
112 lines (93 loc) · 5.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags For SEO -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="subject" content="CodeChef-VIT">
<meta name="description"
content="CodeChef-VIT is a non-commercial organisation with a goal is to provide a platform for programmers and developers everywhere to meet, compete and have fun.">
<meta name="keywords"
content="CodeChefVIT, CodeChef-VIT, vit, VIT, VIT-Vellore, Vit, CodeChef, Vellore, Student, Chapter, Club, club, CLUB, CHAPTER, chapter, Education">
<meta name="copyright" content="CodeChef-VIT">
<meta name="language" content="en">
<meta name="url" content="https://www.codechefvit.com/404">
<meta name="coverage" content="Worldwide">
<meta name="distribution" content="Global">
<meta name="target" content="all">
<meta name="rating" content="General">
<meta name="og:country-name" content="India">
<meta name="og:region" content="India">
<meta property="og:url" content="https://www.codechefvit.com/404">
<meta name="og:site_name" content="CodeChef-VIT">
<meta property="og:type" content="Website">
<meta property="og:title" content="CodeChef-VIT">
<meta property="og:description"
content="CodeChef-VIT is a non-commercial organisation with a goal is to provide a platform for programmers and developers everywhere to meet, compete and have fun.">
<meta property="og:site_name" content="CodeChef-VIT">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="CodeChef-VIT">
<meta name="twitter:title" content="CodeChef-VIT">
<meta name="twitter:description"
content="CodeChef-VIT is a non-commercial organisation with a goal is to provide a platform for programmers and developers everywhere to meet, compete and have fun.">
<meta name="twitter:creator" content="@codechefvit">
<meta itemprop="name" content="CodeChef-VIT">
<meta itemprop="description"
content="CodeChef-VIT is a non-commercial organisation with a goal is to provide a platform for programmers and developers everywhere to meet, compete and have fun.">
<link rel="canonical" href="https://www.codechefvit.com/404">
<!-- Stylesheet for toastr notification -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="icon" type="image/png" href="./assets/images/title.png" />
<link rel="apple-touch-icon" type="image/png" href="./assets/images/title.png" />
<style>
body{
height:100vh;
}
</style>
<title>Error || CodeChef-VIT</title>
</head>
<body class="homepage is-preload" style="background: #E8E8E8; text-align: center;overflow-y:hidden; padding-top: 0;">
<div id="preloader"></div>
<!-- Vectors -->
<!-- <div id="square"></div>
<div id="circle"></div>
<div id="triangle"></div> -->
<!-- Navbar -->
<nav class="navbar smart-scroll navbar-expand-lg navbar-light bg-light navbar-custom" >
<a class="navbar-brand" href="/"><img src="assets/images/logos/ccwhite.png"
style="width:auto; height:3.5rem;bottom: 0"></a>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
</div>
</nav>
<!-- Error -->
<div class="bgimg" style="background-image: url('assets/images/backs/contact.jpg'); background-position: center; background-repeat: no-repeat;">
<div class="errorText">
<h5 class="font-weight-bold">Looks like you really love exploring our website.<h5><br>
<h6>This page doesn't exist though. We strongly recommend you click the button below ↓</h6><br>
<a href="/"><button type="button" class="btn btn-primary btn-lg">Home</button></a>
</div>
</div>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script>
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<script src="https://unpkg.com/[email protected]/css-doodle.min.js"></script>
<!-- jQuery, then Popper.js, then Bootstrap JS -->
<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.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/preloader.js"></script>
</body>
</html>