mirror of
https://github.com/Lapikud/arduino_remote.git
synced 2026-03-23 21:34:20 +00:00
Lisan oma koodi
This commit is contained in:
21
Hanna/arduino/templates/index.html
Normal file
21
Hanna/arduino/templates/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user