-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoot.php
More file actions
57 lines (51 loc) · 1.24 KB
/
Copy pathfoot.php
File metadata and controls
57 lines (51 loc) · 1.24 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
54
55
56
57
<div class="clear"></div>
<div class="footer">
<div class="max_width clearfix">
<div class="all">
<h3>全站频道</h3>
<ul class="clearfix">
<?php for($i=0;$i<18;$i++){ ?>
<li><a href="#">品牌聚焦</a></li>
<?php } ?>
</ul>
</div>
<div class="fthree">
<dl>
<dt>我要订阅</dt>
<dd><a href="#">RSS订阅</a></dd>
<dd>RSS订阅</dd>
<dd>RSS订阅</dd>
</dl>
<dl>
<dt>我要订阅</dt>
<dd>RSS订阅</dd>
<dd>RSS订阅</dd>
<dd>RSS订阅</dd>
</dl>
<dl class="concern">
<dt>关注我们</dt>
<dd>
<a href="#">新浪微博</a>
</dd>
<dd class="qq">
<a href="#">新浪微博</a>
</dd>
</dl>
</div>
<div class="twocode">
<div class="imgw clearfix">
<img src="./images/two_code.jpg">
</div>
<span>ci086 官方微信</span>
</div>
<div class="fbtns">
<a class="btn " href="#">+ 我要投稿</a>
<a class="btn co">+ 广告合作</a>
</div>
<div class="footb">
Copyright© 2012-2016 ci086.com 版权所有 湘ICP备13003363号
</div>
</div>
</div>
</body>
</html>