39 lines
1.9 KiB
HTML
Executable File
39 lines
1.9 KiB
HTML
Executable File
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<php>if($meta_title ==='首页'):</php>
|
|
<title>{:C('WEB_SITE_TITLE')}</title>
|
|
<php>else:</php>
|
|
<title>{$meta_title} | {:C('WEB_SITE_TITLE')}</title>
|
|
<php>endif;</php>
|
|
<php>if(ACTION_NAME==='detail'):</php>
|
|
<meta name="keywords" content="{$keywords_seo}">
|
|
<meta name="description" content="{$description}">
|
|
<php>else:</php>
|
|
<meta name="keywords" content="{:C('WEB_SITE_TITLE')}">
|
|
<meta name="description" content="{:C('WEB_SITE_TITLE')}">
|
|
<php>endif;</php>
|
|
<link rel="icon" href="__PUBLIC__/img/pc/icon/favicon.ico">
|
|
<link rel="stylesheet" href="__PUBLIC__/static/libs/font/iconfont.css">
|
|
<link rel="stylesheet" href="__PUBLIC__/static/libs/jQuery.msgBox/styles/msgBoxLight.css">
|
|
<link rel="stylesheet" href="__PUBLIC__/static/libs/popup/popup.css">
|
|
<link rel="stylesheet" href="__PUBLIC__/static/libs/swiper/swiper.min.css">
|
|
<link rel="stylesheet" href="__PUBLIC__/static/default/dist/css/style.css?v=dabda1acc0">
|
|
|
|
<script src="__PUBLIC__/static/libs/polyfill.min.js"></script>
|
|
<script src="__PUBLIC__/libs/jquery.min.js"></script>
|
|
<script src="__PUBLIC__/static/libs/dropload-gh-pages/dropload.min.js"></script>
|
|
<script src="__PUBLIC__/static/libs/tinyemitter.js"></script>
|
|
<script src="__PUBLIC__/static/libs/jQuery.msgBox/scripts/jquery.msgBox.js"></script>
|
|
<script src="__PUBLIC__/static/libs/swiper/swiper.min.js"></script>
|
|
<script src="__PUBLIC__/static/libs/popup/popup.js"></script>
|
|
<script src="__PUBLIC__/libs/html5shiv.min.js"></script>
|
|
<script src="__PUBLIC__/static/common.js"></script>
|
|
<script src="__PUBLIC__/static/libs/QrCode.js"></script>
|
|
<block name="head_script"></block>
|
|
</head> |