-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
executable file
·69 lines (69 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mobile first web app theme | first</title>
<meta name="description" content="mobile first, app, web app, responsive, admin dashboard, flat, flat ui">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- header -->
<header id="header" class="navbar bg bg-black">
<a href="#" class="btn btn-link pull-right m-t-mini" data-toggle="class:bg-inverse" data-target="html"><i class="icon-lightbulb icon-xlarge text-default"></i></a>
<a class="navbar-brand" href="#">first</a>
</header>
<!-- header end -->
<section id="content">
<div class="main padder">
<div class="row">
<div class="col-lg-4 col-lg-offset-4">
<div class="text-center m-b-large">
<h1 class="h text-white">404</h1>
</div>
<div class="list-group m-b-small">
<a href="index.html" class="list-group-item">
<i class="icon-chevron-right"></i>
<i class="icon-home"></i> Goto homepage
</a>
<a href="form.html" class="list-group-item">
<i class="icon-chevron-right"></i>
<i class="icon-question"></i> Send us a tip
</a>
<a href="#" class="list-group-item">
<i class="icon-chevron-right"></i>
<span class="badge">021-215-584</span>
<i class="icon-phone"></i> Call us
</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer id="footer">
<div class="text-center padder clearfix">
<p>
<small>© first 2013, Mobile first web app framework base on Bootstrap</small><br><br>
<a href="#" class="btn btn-xs btn-circle btn-twitter"><i class="icon-twitter"></i></a>
<a href="#" class="btn btn-xs btn-circle btn-facebook"><i class="icon-facebook"></i></a>
<a href="#" class="btn btn-xs btn-circle btn-gplus"><i class="icon-google-plus"></i></a>
</p>
</div>
</footer>
<!-- / footer -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- app -->
<script src="js/app.js"></script>
<script src="js/app.plugin.js"></script>
<script src="js/app.data.js"></script>
</body>
</html>