index.html 902 B

123456789101112131415161718192021222324252627282930313233
  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="normalize.css">
  8. <link rel="stylesheet" href="heat.css">
  9. <title>恒温加热</title>
  10. </head>
  11. <script type="text/javascript" src="heat.js"> </script>
  12. <script>
  13. </script>
  14. <body>
  15. <ul>
  16. <li class="time">
  17. <h1>运行时间:00:00:00</h1>
  18. </li>
  19. <li class="temperature">
  20. 中心温度:26 ℃
  21. </li>
  22. <li class="temperature">
  23. 铁丝温度:26 ℃
  24. </li>
  25. <li id="li-sw">
  26. <img id="heat-sw" alt="on/off">
  27. </li>
  28. </ul>
  29. </body>
  30. </html>