mirror of
https://github.com/Lapikud/arduino_remote.git
synced 2026-03-23 21:34:20 +00:00
21 lines
488 B
HTML
21 lines
488 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>:D</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
hi!
|
|
<a href="/red">red</a>
|
|
<a href="/blue">blue</a><br>
|
|
<form action = "/led" method = "POST">
|
|
<!--input type="text" name="cmd" --><br>
|
|
<input type="submit" value="send">
|
|
<input type="submit" value="+" name="cmd">
|
|
<input type="submit" value="-" name="cmd">
|
|
</form>
|
|
</h1>
|
|
</body>
|
|
</html> |