-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
97 lines (92 loc) · 4.97 KB
/
404.html
File metadata and controls
97 lines (92 loc) · 4.97 KB
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>ArIES IITR</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="icon" href="/images/logo.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/templatemo_misc.css">
<link rel="stylesheet" href="css/templatemo_style.css">
<script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://www.google.com/chromeframe/?redirect=true">Install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div class="site-main" id="sTop">
<div class="site-header">
<div class="main-header scrolled">
<div class="container">
<div id="menu-wrapper">
<div class="row">
<div class="logo-wrapper col-md-2 col-sm-2">
<h1>
<a href="/#">ArIES</a>
</h1>
</div> <!-- /.logo-wrapper -->
<div class="col-md-10 col-sm-10 main-menu text-right">
<div class="toggle-menu visible-sm visible-xs"><i class="fa fa-bars"></i></div>
<ul class="menu-first">
<li><a href="/#">Home</a></li>
<li><a href="/#our-team">Team</a></li>
<li><a href="/#contact">Contact</a></li>
<li><a href="https://www.youtube.com/c/ArIESIITR/">Youtube</a></li>
<li><a href="https://github.com/ecsectioniitr/">Github</a></li>
<li><a href="http://192.168.208.123/blog/">Blog</a></li>
<li><a href="https://www.facebook.com/ariesiitr/">Facebook</a></li>
</ul>
</div> <!-- /.main-menu -->
</div> <!-- /.row -->
</div> <!-- /#menu-wrapper -->
</div> <!-- /.container -->
</div> <!-- /.main-header -->
</div> <!-- /.site-header -->
<div class="content-section">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
</div> <!-- /.heading-section -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /#contact -->
<div class="content-section">
<div class="container">
<div class="row">
<div class="heading-section col-md-12 text-center">
<p>Lost? </br>
</br>
</br>Click on the links above</p>
</div> <!-- /.heading-section -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /#contact -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-8 col-xs-12 text-left">
<span>ArIES © 2016</span>
</div> <!-- /.text-center -->
<div class="col-md-4 hidden-xs text-right">
<a href="/" id="go-top">Back to home</a>
</div> <!-- /.text-center -->
</div> <!-- /.row -->
</div> <!-- /.container -->
</div> <!-- /#footer -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91382123-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>