LoadLocal.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>宝智达 • 3D数字孪生平台</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  7. <link rel="shortcut icon" href="./favicon.ico">
  8. <style>
  9. body {
  10. font-family: sans-serif;
  11. font-size: 11px;
  12. background-color: #000;
  13. margin: 0px;
  14. }
  15. canvas {
  16. display: block;
  17. }
  18. </style>
  19. <script src="./static/js/jquery.min.js"></script>
  20. </head>
  21. <body>
  22. <div id="iot3d" style="height: 80%; width: 80%;"></div>
  23. <!-- Import maps polyfill -->
  24. <!-- Remove this when import maps will be widely supported "three": "./build/three.module.js", -->
  25. <script async src="./static/build/es-module-shims.js"></script>
  26. <script type="importmap">
  27. {
  28. "imports": {
  29. "three": "./static/build/three.module.js",
  30. "three/addons/": "./static/js/jsm/",
  31. "three/libs/": "./static/js/libs/"
  32. }
  33. }
  34. </script>
  35. <script type="module" src="./static/build/IOT3D.js"></script>
  36. <link rel="stylesheet" href="./static/js/libs/loading/load.css" media="all">
  37. <script async src="./static/js/libs/loading/load.js" charset="utf-8"></script>
  38. <!--<script src="./static/editor/lib/lib.js"></script> &lt;!&ndash; 物联智控核心 &ndash;&gt;-->
  39. </body>
  40. </html>