mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 22:35:08 +00:00
10 lines
232 B
HTML
10 lines
232 B
HTML
<!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>
|