index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta content="IE=edge" http-equiv="X-UA-Compatible" />
  6. <meta content="webkit" name="renderer" />
  7. <meta
  8. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  9. name="viewport"
  10. />
  11. <link href="<%= BASE_URL %>favicon.ico" rel="icon" />
  12. <title><%= VUE_APP_TITLE %></title>
  13. <meta content="<%= VUE_APP_TITLE %>" name="keywords" />
  14. <meta content="<%= VUE_APP_AUTHOR %>" name="author" />
  15. <link
  16. href="<%= BASE_URL %>static/css/loading.css?random=<%= VUE_APP_RANDOM %>"
  17. rel="stylesheet"
  18. />
  19. </head>
  20. <body>
  21. <noscript></noscript>
  22. <div id="app">
  23. <div class="first-loading-wrp">
  24. <div class="loading-wrp">
  25. <span class="dot dot-spin">
  26. <i></i>
  27. <i></i>
  28. <i></i>
  29. <i></i>
  30. </span>
  31. </div>
  32. <h1><%= VUE_APP_TITLE %></h1>
  33. </div>
  34. </div>
  35. <script>
  36. if (window.location.hostname !== 'localhost') {
  37. var _hmt = _hmt || []
  38. ;(function () {
  39. var hm = document.createElement('script')
  40. hm.src = 'https://hm.baidu.com/hm.js?085e0fa100dbc0e0e42931c16bf3e9e6'
  41. var s = document.getElementsByTagName('script')[0]
  42. s.parentNode.insertBefore(hm, s)
  43. })()
  44. }
  45. </script>
  46. </body>
  47. </html>