index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <script>
  6. var coverSupport =
  7. 'CSS' in window &&
  8. typeof CSS.supports === 'function' &&
  9. (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
  10. document.write(
  11. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  12. (coverSupport ? ', viewport-fit=cover' : '') +
  13. '" />',
  14. )
  15. </script>
  16. <title></title>
  17. <!--preload-links-->
  18. <!--app-context-->
  19. </head>
  20. <body>
  21. <div id="app">
  22. <!--app-html-->
  23. </div>
  24. <script type="module" src="/src/main.ts"></script>
  25. <script>
  26. var _hmt = _hmt || []
  27. ;(function () {
  28. var hm = document.createElement('script')
  29. hm.src = 'https://hm.baidu.com/hm.js?47837f06b6f8cf08ba80165ca9a80711'
  30. var s = document.getElementsByTagName('script')[0]
  31. s.parentNode.insertBefore(hm, s)
  32. })()
  33. </script>
  34. </body>
  35. </html>