smart-laser.html 792 B

1234567891011121314151617181920212223242526272829
  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></title>
  8. <style>
  9. html,
  10. body {
  11. width: 100%;
  12. height: 100%;
  13. margin: 0;
  14. overflow: hidden;
  15. }
  16. #app {
  17. width: 100%;
  18. height: 100%;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  25. </noscript>
  26. <div id="app"></div>
  27. </body>
  28. </html>