Spaces:
Sleeping
Sleeping
File size: 357 Bytes
c2d0416 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
</head>
<body>
<div>
<form method="post" action="/hello/">
<label for="input" >Input:</label><br>
<input id="msg" name="msg" type="text"><br>
<input id="submit" type="submit">
</form>
</div>
</body>
</html> |