101 lines
2.8 KiB
HTML
101 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
{block name="get-data"}{/block}
|
|
<meta charset="UTF-8">
|
|
|
|
<title>{block name="title"}{/block}</title>
|
|
<meta name="keywords" content='{block name="keywords"}{/block}'>
|
|
<meta name="description" content='{block name="description"}{/block}'>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
|
|
|
|
|
|
<!-- 动态主题颜色 -->
|
|
<style>
|
|
:root {
|
|
--primary-color: {$TpStyle.color_primary};
|
|
--secondary-color: {$TpStyle.color_secondary};
|
|
}
|
|
</style>
|
|
|
|
<!-- 自适应 CSS -->
|
|
<link rel="stylesheet" href="/template/videoGpt1/static/css/style_1.css?v={$TpStyle.static_hash}">
|
|
<!-- <link rel="stylesheet" href="/template/videoGpt1/static/css/style_{$TpStyle.theme_id}.css?v={$TpStyle.static_hash}"> -->
|
|
|
|
{block name="head"}{/block}
|
|
{block name="head-css"}{/block}
|
|
{block name="head-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 = 'http://push.zhanzhang.baidu.com/push.js';
|
|
}
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(bp, s);
|
|
})();
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="nav">
|
|
<div class="nav-inner">
|
|
<a class="logo" href="/">Movie</a>
|
|
|
|
<form class="search" action="/search.html">
|
|
<input name="wd" type="text" placeholder="搜索影片…">
|
|
</form>
|
|
|
|
<!-- pc 菜单 -->
|
|
<nav class="menu-pc">
|
|
<a href="/">首页</a>
|
|
<a href="/list/1.html">电影</a>
|
|
<a href="/list/2.html">电视剧</a>
|
|
<a href="/list/3.html">综艺</a>
|
|
<a href="/list/4.html">动漫</a>
|
|
</nav>
|
|
|
|
<!-- h5 菜单按钮 -->
|
|
<div class="menu-btn" onclick="document.querySelector('.menu-h5').classList.toggle('show')">☰</div>
|
|
</div>
|
|
|
|
<!-- h5 下拉菜单 -->
|
|
<nav class="menu-h5">
|
|
<a href="/">首页</a>
|
|
<a href="/list/1.html">电影</a>
|
|
<a href="/list/2.html">电视剧</a>
|
|
<a href="/list/3.html">综艺</a>
|
|
<a href="/list/4.html">动漫</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main class="main">
|
|
{block name="main"}
|
|
{/block}
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<p>本站不存储任何视频,资源均来自互联网公开提供。</p>
|
|
</footer>
|
|
|
|
<!-- DOM 干扰节点,站群差异用 -->
|
|
<div style="display:none">tpl-{$TpStyle.static_hash}</div>
|
|
|
|
|
|
{// 全局统计 }
|
|
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
|
|
|
{// 站点统计 }
|
|
{$DomainModel->d_statis|raw}
|
|
|
|
</body>
|
|
</html>
|
|
|