index.html 960 B

123456789101112131415161718192021222324252627282930
  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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <link rel="stylesheet" href="/css/normalize.css">
  8. <link rel="stylesheet" href="/css/heat.css">
  9. <title>恒温加热</title>
  10. <!-- -->
  11. </head>
  12. <script type="text/javascript" src="/js/heat.js"> </script>
  13. <body>
  14. <ul>
  15. <li class="time">
  16. <h1>运行时间:00:00:00</h1>
  17. </li>
  18. <li class="temperature">
  19. 中心温度:26 ℃
  20. </li>
  21. <li class="temperature">
  22. 铁丝温度:26 ℃
  23. </li>
  24. <li id="lisw">
  25. <!-- <img id="heat-sw" src='img/switch_off.png' alt="on/off"> -->
  26. <img id="heatsw" alt="on/off">
  27. </li>
  28. </ul>
  29. </body>
  30. </html>