smart-bim.html 927 B

123456789101112131415161718192021222324252627282930313233
  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, maximum-scale=1" />
  7. <title>BIM</title>
  8. <style type="text/css">
  9. * {
  10. margin: 0;
  11. padding: 0;
  12. }
  13. html,
  14. body {
  15. height: 100%;
  16. }
  17. #app {
  18. width: 100%;
  19. height: 100%;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  26. </noscript>
  27. <div id="app"></div>
  28. <script src="https://static.bimface.com/api/BimfaceSDKLoader/BimfaceSDKLoader@latest-release.js"></script>
  29. </body>
  30. </html>