summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/form.html
blob: 8ca4c379bffc22672a986d33dccd5c963c12d57b (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head><title>Form</title></head>
<body>
<form method="GET" action="form.html">
<input type="submit" value="cool" name="cyber">
<input type="text" value="hello_friends" name="greeting">
</form>
</body>
</html>