WeatherStation/Software/WeatherSensor_D1mini/html_tpl/configStatus.html

17 lines
349 B
HTML

<html>
<head>
<title>WeatherSensor Config</title>
</head>
<body>
<div style='margin: 0 auto; width: 400px; text-align: center;background: #0F0; border: 1px solid #0F0;'>
<h1>Weather Sensor</h1>
<div style='background: #FFF;'>
OK
</div>
<div>
Disable config mode and reboot device!
</div>
</div>
</body>
</html>