gpttemp
This commit is contained in:
31
code/app/home/view/videoGpt1/module/footer/foot_02.html
Normal file
31
code/app/home/view/videoGpt1/module/footer/foot_02.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<footer class="{$TpStyle.dom_prefix}-f2-root">
|
||||
<section class="{$TpStyle.dom_prefix}-f2-grid">
|
||||
<div class="{$TpStyle.dom_prefix}-f2-col">
|
||||
<h4>导航</h4>
|
||||
<ul>
|
||||
<li><a href="/">首页</a></li>
|
||||
<li><a href="/list/1.html">电影</a></li>
|
||||
<li><a href="/list/2.html">电视剧</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-f2-col">
|
||||
<h4>热门标签</h4>
|
||||
<p class="{$TpStyle.dom_prefix}-f2-tags">
|
||||
<span>动作</span>
|
||||
<span>喜剧</span>
|
||||
<span>冒险</span>
|
||||
<span>动漫</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-f2-col">
|
||||
<h4>声明</h4>
|
||||
<p>本站不存储视频内容,所有资源均来自第三方。</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-f2-bottom">
|
||||
Copyright © VideoSite
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user