123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
- <title>BIM</title>
- <style type="text/css">
- * {
- margin: 0;
- padding: 0;
- }
-
- html,
- body {
- height: 100%;
- }
-
- #app {
- width: 100%;
- height: 100%;
- }
- </style>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <script src="https://static.bimface.com/api/BimfaceSDKLoader/BimfaceSDKLoader@latest-release.js"></script>
- </body>
- </html>
|