大空间消毒机
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.

22 lines
622 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
  8. />
  9. <title>消毒机</title>
  10. <link
  11. rel="stylesheet"
  12. type="text/css"
  13. href="/src/public/virtualkeyboard.css"
  14. />
  15. <script src="/src/public/jquery-1.11.1.min.js" type="module"></script>
  16. <script src="/src/public/virtualkeyboard.js" type="module"></script>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <script type="module" src="/src/main.js"></script>
  21. </body>
  22. </html>