-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiscover.html
More file actions
51 lines (49 loc) · 1.15 KB
/
discover.html
File metadata and controls
51 lines (49 loc) · 1.15 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
<!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/discover.js"></script>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/discover.css" />
</head>
<body>
<header>
<div>发现</div>
</header>
<section class="content">
<ul>
<!--<li>
<h3>FIIL Diva 体验:汪峰的音乐生态第一步</h3>
<h4><span class="name">数字尾巴</span><span class="time">2016-08-24</span></h4>
<div class="img"><img src="img/05285636836359473.jpeg" alt="" /></div>
<div class="read">阅读全文<img src="img/readAll.png" alt="" /></div>
</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>