9 lines
156 B
HTML
9 lines
156 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<form id="form" method="post">
|
||
|
<input name="greeting" value="hello">
|
||
|
<input type="submit" value="submit">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|