首页 热点专区 小学知识 中学知识 出国留学 考研考公
您的当前位置:首页正文

手机端 index.html

2024-12-13 来源:要发发知识网
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
    <meta name="theme-color" content="#000000">
    <meta name="renderer" content="webkit">
    <meta name="google" content="notranslate">
    <meta name="format-detection" content="telephone=no">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Sill</title>
    <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
    <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
    <link  rel="stylesheet">
    <script 
    <script>
      if ('addEventListener' in document) {
        document.addEventListener('DOMContentLoaded', function() {
          FastClick.attach(document.body);
        }, false);
      }
      if(!window.Promise) {
        document.writeln('<script 
      }
    </script>
  </head>
  <body>
    <div id="root"></div>
    <!-- <script>
      // 字体自适应
      (function flexible(window, document) {
        function setBodyFontSize () {
          if (document.body) {
            let bodyWidth = document.body.clientWidth;
            if (bodyWidth > 460) bodyWidth = 460;
            document.body.style.fontSize = bodyWidth * 4/100 + 'px';
          } else {
            document.addEventListener('DOMContentLoaded', setBodyFontSize);
          }
        }
        setBodyFontSize();

        window.addEventListener('resize', setBodyFontSize);
      })(window, document);
    </script> -->
  </body>
</html>

显示全文