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.

34 lines
860 B

3 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>物联网云平台</title>
  8. <meta cdn />
  9. <style>
  10. html,
  11. body,
  12. #app {
  13. width: 100%;
  14. height: 100%;
  15. overflow: hidden;
  16. }
  17. </style>
  18. <script>
  19. var _hmt = _hmt || [];
  20. (function() {
  21. var hm = document.createElement("script");
  22. hm.src = "https://hm.baidu.com/hm.js?a46bd47a6ab8fc7b85ac760d6cb93c6c";
  23. var s = document.getElementsByTagName("script")[0];
  24. s.parentNode.insertBefore(hm, s);
  25. })();
  26. </script>
  27. </head>
  28. <body>
  29. <div id="app"></div>
  30. <script type="module" src="/src/main.js"></script>
  31. </body>
  32. </html>