index.html 918 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  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,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <script>
  10. window.topo_baseurl = 'http://192.168.64.17:28888'
  11. window.img_baseurl = "http://39.102.40.239"
  12. function callByU3d (data) {
  13. console.log('here...callByU3d', data)
  14. }
  15. </script>
  16. <style>
  17. * {
  18. margin: 0;
  19. padding: 0;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. <!-- built files will be auto injected -->
  29. </body>
  30. </html>