forked from shashani-humanth/Notebook-AdminPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (61 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en" class="">
<head>
<meta charset="utf-8" />
<title>Notebook | Web Application</title>
<meta name="description" content="app, web app, responsive, admin dashboard, admin, flat, flat ui, ui kit, off screen nav" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/font.css" type="text/css" />
<link rel="stylesheet" href="css/app.css" type="text/css" />
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/excanvas.js"></script>
<![endif]-->
</head>
<body>
<section id="content">
<div class="row m-n">
<div class="col-sm-4 col-sm-offset-4">
<div class="text-center m-b-lg">
<h1 class="h text-white animated fadeInDownBig">404</h1>
</div>
<div class="list-group m-b-sm bg-white m-b-lg">
<a href="index.html" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<i class="fa fa-fw fa-home icon-muted"></i> Goto homepage
</a>
<a href="#" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<i class="fa fa-fw fa-question icon-muted"></i> Send us a tip
</a>
<a href="#" class="list-group-item">
<i class="fa fa-chevron-right icon-muted"></i>
<span class="badge">021-215-584</span>
<i class="fa fa-fw fa-phone icon-muted"></i> Call us
</a>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer id="footer">
<div class="text-center padder clearfix">
<p>
<small>Mobile first web app framework base on Bootstrap<br>© 2013</small>
</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/slimscroll/jquery.slimscroll.min.js"></script>
</body>
</html>