-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
76 lines (71 loc) · 3.03 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
<!doctype html>
<head>
<meta charset="utf-8">
<title>Gappro - Admin Theme Template for Backend Applications.</title>
<link href='http://fonts.googleapis.com/css?family=Sintony' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" media="screen">
<link href="css/style-responsive.css" rel="stylesheet" media="screen">
<link href="css/font_awesome/font-awesome.min.css" rel="stylesheet" media="screen">
<meta name="description" content="admin theme template for any backend applications.">
<meta name="author" content="boostbob.github.com">
<meta name="viewport" content="width=device-width,initial-scale=1.0"></head>
<body>
<div class="container-fluid">
<div style="height:200px"></div>
<div class="row-fluid">
<div class="span6 offset3">
<div class="widget">
<div class="widget-content">
<div class="widget">
<div class="widget-content">
<div class="xxxlarge-text centered red-text">Oops, 404 Not Found!</div>
<hr>
<div>
<img src="img/icons/smiley_sad.png" alt="">
Lorem ipsum Commodo voluptate quis elit minim consequat esse consectetur deserunt et ullamco pariatur.
Lorem ipsum Commodo voluptate quis elit minim consequat esse consectetur deserunt et ullamco pariatur.
</div>
</div>
</div>
<hr>
<form class="form-search centered">
<div>
<input type="text" class="input-xlarge search-query" placeholder="Type keywords">
<button type="submit" class="btn">Search</button>
</div>
<div> </div>
<div>
<a href="index.html" class="btn orange-bg-linear"><i class="icon-arrow-left"></i> Back</a>
<a href="index.html" class="btn blue-bg-linear"><i class="icon-dashboard"></i> Dashboard</a>
</div>
</form>
</div>
</div>
</div>
<div style="height:200px"></div>
</div>
</div>
<!-- /container -->
<hr>
<div class="copyright">
<p>Copyright © Your Company 2013. All rights reserved.</p>
</div>
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/modernizr.mq.js"></script>
<script src="js-webshim/extras/modernizr-custom.js"></script>
<script src="js-webshim/polyfiller.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/prettify/prettify.js"></script>
<script src="js/format/html-format.js"></script>
<script src="js/jquery-ui-1.10.2.min.js"></script>
<script src="js/bootstrap_growl/jquery.bootstrap-growl.min.js"></script>
<script src="js/jstorage/json2.js"></script>
<script src="js/jstorage/jstorage.min.js"></script>
<script src="js/gappro/config.js"></script>
<script src="js/gappro/gappro.js"></script>
<script src="js/application.js"></script>
<script src="js/fix/ios-orientationchange-fix.js"></script>
</body>
</html>