meta_inside.html 1.2 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <title>【{$site_info.site_seo_title}】-{$site_info.site_name}</title>
  7. <meta name="keywords" content="{$site_info.site_seo_keywords}" />
  8. <meta name="description" content="{$site_info.site_seo_description}" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. <meta name="applicable-device" content="pc,mobile">
  11. <meta http-equiv="Cache-Control" content="no-transform">
  12. <meta http-equiv="Cache-Control" content="no-siteapp">
  13. <meta name="mobile-agent" content="format=html5;url={$dqurl}">
  14. <meta name="format-detection" content="telephone=no,email=no" />
  15. <link rel="stylesheet" href="__TMPL__/static/css/font-awesome.min.css">
  16. <link rel="stylesheet" href="__TMPL__/static/css/swiper.min.css">
  17. <link rel="stylesheet" href="__TMPL__/static/css/master.css">
  18. <script src="__TMPL__/static/js/jquery-1.8.3.min.js" type="text/javascript"></script>
  19. <!--[if lt IE 9]>
  20. <script src="__TMPL__/static/js/html5shiv.js"></script>
  21. <script src="__TMPL__/static/js/respondshiv.js"></script>
  22. <![endif]-->
  23. </head>
  24. <body>