index.html 735 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="">
  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.png"> -->
  8. <title>走进珠海香洲</title>
  9. <script>
  10. var _hmt = _hmt || [];
  11. (function() {
  12. var hm = document.createElement("script");
  13. hm.src = "https://hm.baidu.com/hm.js?29b102081fcb1644020fcdce3b061a18";
  14. var s = document.getElementsByTagName("script")[0];
  15. s.parentNode.insertBefore(hm, s);
  16. })();
  17. </script>
  18. </head>
  19. <body>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. </html>