Files
SEONexus/code/app/home/view/haoZi/baseH5.html
2025-09-17 13:51:58 +08:00

113 lines
4.6 KiB
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.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
{block name="get-data"}{/block}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{// 移动端适配 }
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="applicable-device" content="mobile">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
{// 移动端 APP 样式,主要是移动端体验,对 SEO 没直接影响 }
<meta name="format-detection" content="telephone=no,email=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/template/kuangyu/public/img/favicon.ico">
{// PWA 支持Chrome/安卓)和 SEO 不是强关联 }
<meta name="theme-color" content="#000000">
<meta name="mobile-web-app-capable" content="yes">
<!-- <link rel="manifest" href="/manifest.json"> -->
{// 搜索引擎收录控制 }
<meta name="robots" content="index, follow">
<title>{block name="title"}{/block}</title>
<meta name="keywords" content='{block name="keywords"}{/block}'>
<meta name="description" content='{block name="description"}{/block}'>
<link rel="icon" href="/template/kuangyu/public/img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/public/layer/need/layer.css" />
<link rel="preload" type="text/css" href='/template/haozi/book_m/css/common.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href='/template/haozi/book_m/css/common.css?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'>
<link rel="stylesheet" type="text/css" href="/template/haozi/book_m/css/layui.css">
{block name="head"}{/block}
{block name="head-css"}{/block}
{block name="head-js"}{/block}
<script>
const strPcPath = `{$strPcPath}`;
</script>
<script>
(function () {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</head>
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
<div class="main">
<div class="header">
<div class="reg">
<div class="operate" id="qs_login">
<a href="{$strBookShelfUrlTemp}" class="login">书架</a>
</div>
</div>
<h1 class="logo">
<a href="/">{$DomainModel->d_name}-{$DomainModel->d_text_logo}</a>
</h1>
</div>
<ul class="nav">
{if $DomainModel->info_id > 0}
<li><a href="/">首页</a></li>
<li><a href="/nindex/">小说首页</a></li>
{else}
<li><a href="/">首页</a></li>
{/if}
<li><a href="{$strRankUrlTemp}">排行</a></li>
<li><a href='{site:nflurl category="all" status="wanjie" page="1"/}'>全本</a></li>
<li><a href="{$strCategoryIndexUrlTemp}">分类</a></li>
<li><a href="{$strHistoryUrlTemp}" rel="nofollow">足迹</a></li>
</ul>
<form action="{$strSearchIndexUrlTemp}" method="get" class="search"><span><i class="layui-icon i_search"></i><input
type="text" name="keyword" placeholder="请输入搜索内容!"></span>
<button class="layui-btn" type="submit" >搜索</button>
</form>
{block name="main"} {/block}
</div>
{include file="public/footer" /}
{block name="customize"}{/block}
<script>
const strPushApi = `{site:cfg code="PUSH_API_DOMAIN" encode="false"/}`;
</script>
<script src="/public/jquery/jquery-3.7.1.min.js"></script>
<script src="/public/layer/layer.min.js"></script>
<script src='/template/haozi/public/js/common.js?v={site:cfg code="STATIC_FILE_VERSION" encode="false"/}'></script>
{block name="footer-js"}{/block}
<!-- 全局统计 -->
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- 站点统计 -->
{$DomainModel->d_statis|raw}
</body>
</html>