-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassify.html
More file actions
46 lines (46 loc) · 936 Bytes
/
classify.html
File metadata and controls
46 lines (46 loc) · 936 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=no"/>
<title></title>
<script src="js/jquery-1.11.1.js"></script>
<script src="js/start.js"></script>
<script src="js/classify.js"></script>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/classfiy.css" />
</head>
<body>
<header>
<div class="clearfix">
<span></span>
<input type="text" placeholder="找到值得买的好东西" />
</div>
</header>
<section class="content">
<ul>
</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>