-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusers.html
More file actions
53 lines (53 loc) · 1.03 KB
/
users.html
File metadata and controls
53 lines (53 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=no" />
<script src="js/jquery-1.11.1.js"></script>
<script src="js/start.js"></script>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/users.css" />
<title></title>
</head>
<body>
<header>
<div>
<img src="img/user.png" alt="" />
<a href="###">登录</a>
</div>
</header>
<section class="content-list">
<ul class="want_buy">
<li>想买</li>
<li>收藏</li>
</ul>
<ul class="new">
<li>检查新版本</li>
<li>意见反馈</li>
<li>关于我们</li>
<li>分享给好友</li>
</ul>
</section>
<footer>
<ul class='clearfix'>
<li>
<div></div>
<p>首页</p>
</li>
<li>
<div></div>
<p>分类</p>
</li>
<li>
<div></div>
<p>发现</p>
</li>
<li>
<div></div>
<p>更多</p>
</li>
</ul>
</footer>
</body>
</html>