| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!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">
- <META HTTP-EQUIV="pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
- <META HTTP-EQUIV="expires" CONTENT="0">
- <link rel="stylesheet" href="/css/normalize.css">
- <link rel="stylesheet" href="/css/heat.css">
- <title>恒温加热</title>
- <!-- -->
- </head>
- <script type="text/javascript" src="/js/heat.js"> </script>
- <body>
- <ul>
- <li class="blank">
- <p></p>
- </li>
- <li id="run_time">
- <h1>运行时间:00:00:00</h1>
- </li>
- <li id="c_temp">
- <!-- 中心温度:26 ℃ -->
- </li>
- <li id="r_temp">
- <!-- 铁丝温度:26 ℃ -->
- </li>
- <li id="pwr">
- <!-- 功率百分比 -->
- </li>
- <li id="lisw">
- <!-- <img id="heat-sw" src='img/switch_off.png' alt="on/off"> -->
- <img id="heatsw" alt="on/off">
- </li>
- </ul>
- </body>
- </html>
|