| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang=en>
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" href="normalize.css">
- <link rel="stylesheet" href="heat.css">
- <title>恒温加热</title>
-
- </head>
- <script type="text/javascript" src="heat.js"> </script>
- <script>
-
- </script>
- <body>
- <ul>
- <li class="time">
- <h1>运行时间:00:00:00</h1>
- </li>
- <li class="temperature">
- 中心温度:26 ℃
- </li>
- <li class="temperature">
- 铁丝温度:26 ℃
- </li>
- <li id="li-sw">
- <img id="heat-sw" alt="on/off">
- </li>
- </ul>
- </body>
- </html>
|