You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
488 B
21 lines
488 B
<!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> |