Lisan oma koodi

This commit is contained in:
Hanna Keeman
2019-11-05 21:41:10 +02:00
parent 16670d37fa
commit 30614f0252
4 changed files with 93 additions and 0 deletions

View 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>