-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm-index.html
34 lines (32 loc) · 1.25 KB
/
m-index.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
<!DOCTYPE html>
<html lang="zh-cmn">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1, user-scalable=no;">
<meta name="format-detection" content="telephone=no">
<meta name="Keywords" content="首页">
<meta name="description" content="首页">
<title>首页</title>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/base.css">
<SCRIPT TYPE="text/javascript" src="js/jquery-3.2.1.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" src="bootstrap/js/bootstrap.min.js"></SCRIPT>
</head>
<body>
<div class="container">
<article>
<h1>2017年08月23号</h1>
<p>您目前没有任何事情需要做</p>
</article>
</div>
<footer>
<nav class="navbar navbar-default navbar-fixed-bottom">
<a href="#event" class="nav-item "><span class="font-icon glyphicon glyphicon-file" ></span>事件</a>
<a href="#new" class="nav-item"><span class="glyphicon glyphicon-plus font-icon"></span>新建</a>
<a href="#nothing" class="nav-item "><span class="glyphicon glyphicon-bookmark font-icon"></span>未知</a>
</nav>
</footer>
</body>
</html>