index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--
  2. * @Descripttion:
  3. * @Version:
  4. * @Author: kangluon
  5. * @Date: 2021-11-15 18:18:05
  6. * @LastEditors: Please set LastEditors
  7. * @LastEditTime: 2022-11-30 11:58:38
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  16. <script src="//api.map.baidu.com/api?type=webgl&v=1.0&ak=XFlsh44pPsP3frP60Nzf7ABBiWwdrTIx"></script>
  17. <script src="std.js"></script>
  18. <script src="pcm_player.js"></script>
  19. <script src="g711.js"></script>
  20. <script src="recorder.js"></script>
  21. <script src="<%= BASE_URL %>weather.js"></script>
  22. <script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
  23. <title>
  24. <%= htmlWebpackPlugin.options.title %>
  25. </title>
  26. </head>
  27. <body>
  28. <noscript>
  29. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  30. Please enable it to continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. </body>
  34. <style>
  35. .el-tooltip__popper{
  36. font-size: 20px!important;
  37. }
  38. .el-select-dropdown__item{
  39. font-size: 20px;
  40. }
  41. </style>
  42. </html>