Files
arduino_remote/Hanna/arduino/templates/index.html
2019-11-05 21:41:10 +02:00

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>