-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.html
39 lines (34 loc) · 1.19 KB
/
text.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0,user-scalable=no">
<title>用户信息</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" href="css/base.css"/>
<link rel="stylesheet" type="text/css" href="css/userInfo.css"/>
</head>
<body>
<div id="bodyAll">
<header id="header">
<div>
<h1>学生火车票预定</h1>
</div>
</header>
</div>
<footer id="footer">
<div class="footer-bottom">
<ul>
<li><a href="index.html"><i class="icon-home"></i><br/>首页</a></li>
<li><a href="dingpiao.html"><i class="icon-file-text"></i><br/>订票</a></li>
<li><a href="dingdan.html"><i class="icon-profile"></i><br/>订单</a></li>
<li><a href="user.html"><i class="icon-user"></i><br/>用户</a></li>
</ul>
</div>
</footer>
<div style="height:500px;">
</div>
</body>
</html>