天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
811B

  1. <!--
  2. * @Date: 2022-01-19 10:08:26
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2023-10-30 14:28:19
  5. * @FilePath: \TelpoH5FrontendWeb\public\index.html
  6. * @description:
  7. -->
  8. <!DOCTYPE html>
  9. <html lang="">
  10. <head>
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  15. <title></title>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>