Files
SEONexus/code/app/home/view/default/baseH5.html
2025-04-14 11:43:11 +08:00

105 lines
4.3 KiB
HTML

<html lang="zh">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="renderer" content="webkit">
<meta charset="UTF-8" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="index, follow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-cache,must-revalidate">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,user-scalable=no">
<meta name="applicable-device" content="mobile" />
<title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="shortcut icon" href="/template/default/img/favicon.ico" type="image/x-icon">
<link href="/public/layer/need/layer.css" rel="stylesheet">
<link href="/template/default/h5/css/style.css" rel="stylesheet" type="text/css">
{block name="meta-other"}{/block}
{block name="head"}{/block}
{block name="head-css"}{/block}
{block name="head-js"}{/block}
<script>
const strPcPath = `{$strPcPath}`;
</script>
</head>
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<div class="header">
<div class="operate" id="register"><a href="/">注册</a></div>
<div class="bookname">
<a href="{block name='head-href'}{/block}" style="color:#ffffff">{block name="head-name"}{/block}</a>
</div>
<div class="operate" id="qs_login"><a href="/">登录</a></div>
</div>
<div class="nav">
<ul>
<!-- <li><a href="/">首 页</a></li>
<li><a href="/nindex">小说首页</a></li> -->
<li><a href="/">首 页</a></li>
<li><a href="//0-0-0-1.html">小说分类</a></li>
<li><a href="/shujia">阅读记录</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="novel_search">
<form id="novel_search" class="search-form" method="get" action="{$strSearchIndexUrlTemp}">
<input type="text" class="input-text input-key" name="keyword" placeholder="输入书名/作者进行搜索">
<button type="submit" class="btn-tosearch" form="novel_search" value="submit">搜 索</button>
</form>
</div>
{block name="main"} {/block}
<div class="novel_search">
<form id="novel_search" class="search-form" method="post" action="{$strSearchIndexUrlTemp}"><input type="text"
class="input-text input-key" name="keyword" placeholder="输入书名/作者进行搜索"><button type="submit"
class="btn-tosearch" form="novel_search" value="submit">搜 索</button></form>
</div>
<div class="wrap-box">
<h3 class="wrap-title"><span>最新标签</span></h3>
<div class="rec-focus" style="font-size:12px;">
{foreach $arrRecommendNovel as $key=>$vo }
<a href="/">{$vo.og_novel_book_name}</a>&nbsp;&nbsp;
{/foreach}
<a href="/sitemap_index.xml">XML地图</a>&nbsp;&nbsp;
</div>
</div>
<p style="font-size: 12px;text-align: center;"> 反馈邮箱:
{site:cfg code="YOU_XIANG" encode="false"/} Inc. All Rights Reserved.</p>
<p style="font-size: 12px;text-align: center;"> </p>
<div class="footer">
<ul>
<li><a href="/">网站首页</a></li>
<li><a href="/0-0-0-1.html">小说分类</a></li>
<li><a href="/sitemap_index.xml">XML地图</a></li>
<li><a href="/shujia">阅读记录</a></li>
</ul>
</div>
<script src="/template/default/h5/js/jquery.min.js"></script>
<script src="/public/layer/layer.js" type="module" charset="utf-8"></script>
<script src="/template/default/h5/js/common.js"></script>
<script src="/template/default/js/index.js"></script>
{block name="customize"}
{/block}
<!-- 全局统计 -->
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- 站点统计 -->
{$DomainModel->d_statis|raw}
</body>
</html>