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
531 B

5 months ago
5 months ago
5 months ago
5 months ago
5 months ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Document</title>
  7. <link rel="stylesheet" href="style.css" />
  8. </head>
  9. <body>
  10. <div class="main">
  11. <div>
  12. <button id="startRecord">开始测量</button>
  13. <!-- <button id="upload">连续上报</button> -->
  14. <button id="endRecord">结束测量</button>
  15. </div>
  16. </div>
  17. <script src="lib/zepto.min.js"></script>
  18. <script src="main.js"></script>
  19. </body>
  20. </html>