-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
142 lines (124 loc) · 6.29 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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>Grove - Page not found!</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Bootstrap styles -->
<link rel="stylesheet" href="css/vendor/bootstrap/bootstrap.css">
<!-- Glyphicons -->
<link rel="stylesheet" href="css/vendor/glyphicons/glyphicons.css">
<!-- Google Webfonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600' rel='stylesheet' type='text/css'>
<!-- Grove Styles (switch for different color schemes, e.g. "styles-cleanblue.css") -->
<link rel="stylesheet" href="css/styles-blue.css" id="grove-styles">
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie8.css">
<script src="js/vendor/google/html5-3.6-respond-1.1.0.min.js"></script>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery/jquery-1.9.1.min.js"><\/script>')</script>
</head>
<body>
<header>
<nav class="navbar navbar-default grove-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="#" class="grove-toggle" data-toggle="collapse" data-target=".grove-nav"> <i class="glyphicons show_lines"><i></i></i> </a>
<a href="index.html" class="navbar-brand"><img src="img/logo.png" alt="Grove"></a>
</div>
<div class="collapse navbar-collapse grove-nav">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li class="dropdown active">
<a href="#" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about-us.html">About Us</a></li>
<li><a href="features.html">Features Page</a></li>
<li><a href="pricing.html">Pricing Tables</a></li>
<li><a href="comparison.html">Product Comparison</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-inner.html">Blog Detail</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio-inner.html">Portfolio Detail</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="login.html">Login/Signup</a></li>
<li><a href="404.html">404</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown">Features <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="glyphicons.html">Glyphicons</a></li>
<li><a href="buttons.html">Buttons</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<div class="widewrapper pagetitle">
<div class="container">
<h1>Page not found!</h1>
</div>
</div>
</header>
<div class="widewrapper">
<div class="container e404">
<h1>404</h1>
<p>
Sorry, the page you are trying to reach is unavailable!
</p>
<p>
<a href="index.html">Take me home</a>
</p>
</div>
</div>
<footer class="widewrapper footer">
<div class="container">
<div class="row footer">
<div class="col-sm-3">
<h4>About Grove</h4>
<p>Adalah menjadi satu fakta bahawa pembaca akan ter ganggu oleh text yang boleh difa hami apabila meli hi at susunan mukasurat.</p>
</div>
<div class="col-sm-3">
<div class="indent30">
<h4>Recent News</h4>
<ul class="grove-list">
<li><a href="#">Hello World Shatana</a></li>
<li><a href="#">Foobar in the sky flying so high</a></li>
<li><a href="#">Wild things happening, all around</a></li>
<li><a href="#">No time for that, no time for that</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<h4>About Grove</h4>
<p>Adalah menjadi satu fakta bahawa pembaca akan ter ganggu oleh text yang boleh difa hami apabila meli hi at susunan mukasurat.</p>
</div>
<div class="col-sm-3">
<h4>Connect</h4>
<a href="#" class="glyphicons facebook"><i></i></a>
<a href="#" class="glyphicons twitter"><i></i></a>
<a href="#" class="glyphicons google_plus"><i></i></a>
<a href="#" class="glyphicons linked_in"><i></i></a>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<p>Template by HackerThemes, 2013 All Rights Reserved.</p>
</div>
</div>
</footer>
<script src="js/vendor/bootstrap/bootstrap.min.js"></script>
<script src="js/vendor/modernizr/modernizr.js"></script>
</body>
</html>