消毒机设备
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.

27 lines
610 B

  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. <style>
  9. html,body{
  10. height:100%;
  11. width:100%;
  12. margin: 0;
  13. padding: 0;
  14. }
  15. #app {
  16. width: 100%;
  17. height: 100%;
  18. position: relative;
  19. overflow: hidden;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="app"></div>
  25. <script type="module" src="/src/main.ts"></script>
  26. </body>
  27. </html>