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.
 
 
 

23 line
632 B

  1. <!--
  2. * @Author: gtz
  3. * @Date: 2021-01-27 10:07:42
  4. * @LastEditors: gtz
  5. * @LastEditTime: 2021-02-24 10:15:28
  6. * @Description: file content
  7. -->
  8. <!DOCTYPE html>
  9. <html>
  10. <head>
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  13. <meta name="renderer" content="webkit">
  14. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  16. <title><%= webpackConfig.name %></title>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>