Files
SEONexus/code/app/home/view/xiongMao/baseH5.html
2025-04-29 00:37:24 +08:00

88 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
{block name="get-data"}{/block}
<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" />
<meta http-equiv="Cache-Control" content="no-transform, max-age=3600" />
<meta name="viewport" content="width=device-width,initial-scale=1,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="icon" href="/template/xiongmao/public/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/template/xiongmao/public/img/apple-touch-icon.png" />
<link rel="stylesheet" href="/public/layer/need/layer.css" />
<link href="/template/xiongmao/style2_m/css/iconfont.css" rel="stylesheet" type="text/css">
<link href="/template/xiongmao/style2_m/css/style.css" rel="stylesheet" type="text/css">
{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}">
<header class="top">
<a href="/" title="{$DomainModel->d_name}" class="iconfont icon-shouye z fs30 sv"></a>
<a href="{$strCategoryIndexUrlTemp}" title="小说书库" class="iconfont icon-iconfonticonfontshujupaixing z fs24 "></a>
<div class="y" id="qs_login1">
<a href="{$strUserUrlTemp}" rel="nofollow"
class="iconfont icon-login y fs24">
</a>
<a href="{$strHistoryUrlTemp}" rel="nofollow" class="iconfont icon-liulanliang y fs24"></a>
</div>
</header>
<div class="nav">
<ul>
{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="{$strCategoryIndexUrlTemp}">小说分类</a></li>
<li><a href="{$strBookShelfUrlTemp}">书架</a></li>
</ul>
</div>
<div class="novel_search">
<form id="novel_search" class="search-form" method="get" action="{$strSearchIndexUrlTemp}"><input type="text" class="bk"
name="keyword" placeholder="输入书名/作者进行搜索,宁少字勿错字"><button type="submit" class="submit iconfont icon-so fs20"
form="novel_search" value="submit"></button></form>
</div>
{block name="main"} {site:wz wz="主内容" /}{/block}
{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.js" type="module" charset="utf-8"></script>
<script src="/template/default/js/common.js"></script>
{block name="footer-js"}{/block}
<!-- 全局统计 -->
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- 站点统计 -->
{$DomainModel->d_statis|raw}
</body>
</html>