mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-04 00:14:00 +01:00
14 lines
337 B
HTML
14 lines
337 B
HTML
<html><head><title>Test</title></head>
|
|
<body>
|
|
|
|
<p>
|
|
There's a LED. You can't see it, so it's no use clicking any of the buttons below. The buttons
|
|
do, however, turn the LED on and off.
|
|
</p>
|
|
<form method="post" action="led.cgi">
|
|
<input type="submit" name="led" value="1">
|
|
<input type="submit" name="led" value="0">
|
|
</form>
|
|
|
|
</body></html>
|