123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title><%= htmlWebpackPlugin.options.title %></title>
- <script src="<%= BASE_URL %>systemConf.js"></script>
- <script>
- window.topo_baseurl = 'http://39.102.40.239:8080'
- window.img_baseurl = "http://39.97.179.199:8891"
- function callByU3d (data) {
- console.log('here...callByU3d', data)
- }
- </script>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|