-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.html
58 lines (51 loc) · 1.89 KB
/
history.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>历史订单</title>
<link href="css/INDEX.css" rel="stylesheet" type="text/css">
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<nav class="secondary_header" id="menu">
<ul>
<li><a href="网设大作业.html">首页</a></li>
<li><a href="">搜索书籍</a></li>
<li><a href="">个人中心</a></li>
<li><a href="">历史订单</a></li>
<li><a href="">售后服务</a></li>
<li><a href=""></a>购物车</li>
</ul>
</nav>
</header>
<div class="row">
</div>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group">
<label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p>
</div>
<div class="checkbox">
<label>
<input type="checkbox"> Check me out
</label>
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
<div class="copyright">©2018 - <strong>BookStore</strong></div>
</div>
</body>
</html>