index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <META HTTP-EQUIV="pragma" CONTENT="no-cache">
  8. <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
  9. <META HTTP-EQUIV="expires" CONTENT="0">
  10. <link rel="stylesheet" href="/css/normalize.css">
  11. <link rel="stylesheet" href="/css/heat.css">
  12. <title>恒温加热</title>
  13. <!-- -->
  14. </head>
  15. <script type="text/javascript" src="/js/heat.js"> </script>
  16. <body>
  17. <ul>
  18. <li class="blank">
  19. <p></p>
  20. </li>
  21. <li id="run_time">
  22. <h1>运行时间:00:00:00</h1>
  23. </li>
  24. <li id="c_temp">
  25. <!-- 中心温度:26 ℃ -->
  26. </li>
  27. <li id="r_temp">
  28. <!-- 铁丝温度:26 ℃ -->
  29. </li>
  30. <li id="pwr">
  31. <!-- 功率百分比 -->
  32. </li>
  33. <li id="lisw">
  34. <!-- <img id="heat-sw" src='img/switch_off.png' alt="on/off"> -->
  35. <img id="heatsw" alt="on/off">
  36. </li>
  37. </ul>
  38. </body>
  39. </html>