zoukankan      html  css  js  c++  java
  • 【自用】移动端初始化代码,有些地方待优化

    <!DOCTYPE html>
    <html>
    <head lang="en">
        <meta charset="UTF-8">
        <meta name="author" content="cc">
        <meta name="description" content="">
        <meta name="keywords" content="">
        <meta name="generator" content="webstorm">
        <!--移动端响应式-->
        <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
        <!--支持IE的兼容模式-->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <!--让部分国产浏览器默认采用高速模式渲染页面-->
        <meta name="renderer" content="webkit">
        <!--页面style css-->
        <link rel="stylesheet" href="http://www.ysedu.com/all/css/font.css" />
        <link rel="stylesheet" type="text/css" href="http://www.ysedu.com/all/css/cc.base.css">
        <link rel="stylesheet" type="text/css" href="http://www.ysedu.com/all/css/swiper.min.css">
        <link rel="stylesheet" type="text/css" href="http://www.ysedu.com/all/css/cc.mobile.css">
        <title><?=$seo['title']?></title>
        <meta name="description" content="<?=$seo['description']?>">
        <meta name="keywords" content="<?=$seo['keywords']?>">
        <!--JQ库-->
        <script src="http://www.ysedu.com/all/js/jquery-1.8.3.min.js"></script>
        <script src="http://www.ysedu.com/all/js/swiper.min.js"></script>
        <script src="http://www.ysedu.com/all/js/cc.mobile.js"></script>
        <link rel="stylesheet" href="css/wxms.css">
    </head>
    <body>
    </body>
    </html>
  • 相关阅读:
    hdu 3333 树状数组+离线处理
    poj 2352 树状数组 OR Treap
    hdu 1698 线段树
    【概率dp】D. Card Collector
    【分段哈希】H. Paint the Wall
    【置换】G. Poker 2.0
    【概率dp】C. Race to 1 Again
    【dp】D. Caesar's Legions
    【并查集】F.find the most comfortable road
    【算法系列学习】连续邮资问题
  • 原文地址:https://www.cnblogs.com/ichenchao/p/10867631.html
Copyright © 2011-2022 走看看