gpttemp
This commit is contained in:
11
code/app/home/view/videoGpt1/module/footer/foot_01.html
Normal file
11
code/app/home/view/videoGpt1/module/footer/foot_01.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer class="{$TpStyle.dom_prefix}-f1-wrap">
|
||||
<nav class="{$TpStyle.dom_prefix}-f1-nav">
|
||||
<a href="/">首页</a>
|
||||
<a href="/list/1.html">电影</a>
|
||||
<a href="/list/2.html">电视剧</a>
|
||||
<a href="/list/3.html">综艺</a>
|
||||
</nav>
|
||||
<p class="{$TpStyle.dom_prefix}-f1-copy">
|
||||
本站不存储视频资源 · 来自互联网公开数据
|
||||
</p>
|
||||
</footer>
|
||||
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>
|
||||
7
code/app/home/view/videoGpt1/module/footer/foot_03.html
Normal file
7
code/app/home/view/videoGpt1/module/footer/foot_03.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<footer class="{$TpStyle.dom_prefix}-f3-wrap">
|
||||
<div class="{$TpStyle.dom_prefix}-f3-bar">声明:本站不提供影片存储服务</div>
|
||||
<div class="{$TpStyle.dom_prefix}-f3-main">
|
||||
<p>所有内容均来自公开网络,如有侵权请联系我们处理。</p>
|
||||
<p class="{$TpStyle.dom_prefix}-f3-small">© Copyright</p>
|
||||
</div>
|
||||
</footer>
|
||||
6
code/app/home/view/videoGpt1/module/footer/foot_04.html
Normal file
6
code/app/home/view/videoGpt1/module/footer/foot_04.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<footer class="{$TpStyle.dom_prefix}-f4-box">
|
||||
<div class="{$TpStyle.dom_prefix}-f4-card">
|
||||
<p>本站为影视信息聚合平台,不提供影片上传与存储。</p>
|
||||
<p class="{$TpStyle.dom_prefix}-f4-cp">Video H5 Template</p>
|
||||
</div>
|
||||
</footer>
|
||||
6
code/app/home/view/videoGpt1/module/footer/foot_05.html
Normal file
6
code/app/home/view/videoGpt1/module/footer/foot_05.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<article class="{$TpStyle.dom_prefix}-f5-area">
|
||||
<small class="{$TpStyle.dom_prefix}-f5-txt">
|
||||
本站不提供视频存储服务 · 数据均来自互联网
|
||||
</small>
|
||||
<span class="{$TpStyle.dom_prefix}-f5-bottom">© Media Engine</span>
|
||||
</article>
|
||||
Reference in New Issue
Block a user