金诚优选前端代码
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 lines
888 B

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <title>
  8. <%= htmlWebpackPlugin.options.title %>
  9. </title>
  10. <script>
  11. document.addEventListener('DOMContentLoaded', function() {
  12. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
  13. })
  14. </script>
  15. <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>Please enable JavaScript to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>