-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.jsp
executable file
·30 lines (29 loc) · 1.53 KB
/
404.jsp
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
<!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/app.v2.css" type="text/css" />
</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.jsp" 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>公司内部系统 © 2017</small> </p>
</div>
</footer>
<!-- / footer --> <script src="js/app.v2.js"></script> <!-- Bootstrap --> <!-- App -->
</body>
</html>