index.html 665 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="renderer" content="webkit" />
  8. <meta name="format-detection" content="telephone=no,email=no,address=no" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <meta name="theme-color" content="#ffffff" />
  13. </head>
  14. <body>
  15. <div id="app"></div>
  16. </body>
  17. </html>