-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path404.html
60 lines (56 loc) · 2.77 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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<link rel="stylesheet" type="text/css" href="./404assets/css/style.css" />
<link href="./404assets/images/favicon.png" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div class="container">
<img class="ops" src="./404assets/images/404.svg" />
<br />
<h3>The Page you are looking for might have been removed
<br /> had its name changed or its temporarilty unavailable</h3>
<br />
<a class="buton" href="https://kossiitkgp.org/">Go to Home Page</a>
</div>
<!***FOOTER****/>
<div class="ui inverted vertical footer segment">
<div class="ui center aligned container">
<div class="ui stackable inverted divided grid">
<div class="four wide column">
<h4 class="ui inverted header">Main Menu</h4>
<div class="ui inverted link list">
<a href="./index.html" class="item">Home</a>
<a href="./about" class="item">About Us</a>
<a href="./events" class="item">Events</a>
<a href="./projects" class="item">Projects</a>
</div>
</div>
<div class="four wide column">
<h4 class="ui inverted header">Contact Us</h4>
<div class="ui inverted link list">
<a href="https://www.facebook.com/kossiitkgp/" class="item">Facebook</a>
<a href="mailto:[email protected]" class="item">[email protected]</a>
</div>
</div>
<div class="six wide column">
<h4 class="ui inverted header">Kharagpur Open Source Society</h4>
<div class="ui inverted link list"><a href="http://iitkgp.ac.in" target="_blank" class="item">Indian Institute of Technology Kharagpur, India</a></div>
</div>
</div>
<div class="ui inverted section divider"></div>
<a href="index.html"><img src="./assets/images/kosslogo.png" class="ui centered mini image"></a>
<div class="ui horizontal inverted small divided link list">
<a class="item" href="https://github.com/kossiitkgp">GitHub</a>
<a class="item" href="./contact">Contact Us</a
</div>
</div>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="assets/library/jquery.counterup.min.js"></script>
</body>
</html>