mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-08 02:06:48 +01:00
14 lines
331 B
HTML
14 lines
331 B
HTML
<div class="header">
|
|
<h1>LED configuration</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<p>
|
|
<button id="btn_on" type="button">Turn on</button>
|
|
<button id="btn_blink" type="button">Start blinking</button>
|
|
<button id="btn_off" type="button">Turn off</button>
|
|
</p>
|
|
<p id="text"/>
|
|
</div>
|
|
</body></html>
|