Files
SEONexus/code/app/home/view/kuangyu/Public/footer.html
2025-04-12 18:20:35 +08:00

20 lines
663 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="footer">
<div class="links">
<a href="/">首页</a>
<a href="{$strNanUrlTemp}">男生</a>
<a href="{$strNvUrlTemp}">女生</a>
<a href="{$strCategoryIndexUrlTemp}">书库</a>
<a href="{$strRankUrlTemp}">排行</a>
</div>
<div id="firendlink">
友情连接:
<a href="/sitemap_index.xml">XML地图</a>
<a href="/site.txt">网站地图</a>
</div>
<div class="copyright">
<p>精彩小说推荐尽在{$DomainModel->d_text_logo}</p>
<p>©Copyright 2020</p>
<p>删除邮箱:{site:cfg code="YOU_XIANG" encode="false"/}</p>
</div>
</div>