debug
This commit is contained in:
71
code/app/home/view/xiongMao/baseH5.html
Normal file
71
code/app/home/view/xiongMao/baseH5.html
Normal file
@@ -0,0 +1,71 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="applicable-device" content="mobile">
|
||||
<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">
|
||||
<title>熊猫小说网_书友最值得收藏的网络小说阅读网</title>
|
||||
<meta name="keywords" content="熊猫小说网">
|
||||
<meta name="description" content="熊猫小说网">
|
||||
<link rel="canonical" href="https://www.xmttxs.com/">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0,user-scalable=no">
|
||||
<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">
|
||||
</head>
|
||||
|
||||
<body class="{block name='body-class'}{/block}" id="{block name='body-id'}{/block}">
|
||||
<header class="top">
|
||||
<a href="/" title="熊猫小说网" class='iconfont icon-shouye z fs30 {eq name="strPageCode" value="home"}sv {/eq}'></a>
|
||||
<a href="/"><h1 style="display: inline-block;font-size: 1.3rem;">熊猫小说网</h1></a>
|
||||
<div class="y" id="qs_login1">
|
||||
<a href="/books.html"
|
||||
title="小说书库" class='iconfont icon-iconfonticonfontshujupaixing z fs24 {eq name="strPageCode" value="category"}sv {/eq}'></a>
|
||||
<a href="/history.html" rel="nofollow"
|
||||
class='iconfont icon-liulanliang y fs24 {eq name="strPageCode" value="history"}sv {/eq}'>
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="novel_search">
|
||||
<form id="novel_search" class="search-form" method="get" action="/search.html">
|
||||
<input type="text" class="bk"
|
||||
name="keywords" placeholder="输入书名/作者进行搜索,宁少字勿错字">
|
||||
<button type="submit" class="submit iconfont icon-so fs20"
|
||||
form="novel_search" value="submit"></button></form>
|
||||
</div>
|
||||
<!-- <div class="rs">
|
||||
<p><span>热搜推荐:</span></p>
|
||||
</div> -->
|
||||
|
||||
{block name="main"} {/block}
|
||||
|
||||
{include file="/Public/footer" /}
|
||||
|
||||
{block name="customize"}{/block}
|
||||
|
||||
<script src="/public/js/common.js"></script>
|
||||
|
||||
{block name="footer-js"}{/block}
|
||||
|
||||
<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 = 'https://push.zhanzhang.baidu.com/push.js';
|
||||
}
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(bp, s);
|
||||
})();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user