-
Notifications
You must be signed in to change notification settings - Fork 284
/
Copy pathempty_page.html
69 lines (52 loc) · 1.92 KB
/
empty_page.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>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> - 空白页</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico"> <link href="css/bootstrap.min.css?v=3.3.6" rel="stylesheet">
<link href="css/font-awesome.css?v=4.4.0" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css?v=4.1.0" rel="stylesheet">
</head>
<body class="gray-bg">
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-sm-4">
<h2>标题</h2>
<ol class="breadcrumb">
<li>
<a href="index.html">主页</a>
</li>
<li>
<strong>包屑导航</strong>
</li>
</ol>
</div>
<div class="col-sm-8">
<div class="title-action">
<a href="empty_page.html" class="btn btn-primary">活动区域</a>
</div>
</div>
</div>
<div class="wrapper wrapper-content">
<div class="row">
<div class="col-sm-12">
<div class="middle-box text-center animated fadeInRightBig">
<h3 class="font-bold">这里是页面内容</h3>
<div class="error-desc">
您可以在这里添加栅格,参考首页及其他页面完成不同的布局
<br/><a href="#" class="btn btn-primary m-t">打开主页</a>
</div>
</div>
</div>
</div>
</div>
<!-- 全局js -->
<script src="js/jquery.min.js?v=2.1.4"></script>
<script src="js/bootstrap.min.js?v=3.3.6"></script>
<!-- 自定义js -->
<script src="js/content.js?v=1.0.0"></script>
</body>
</html>