summaryrefslogtreecommitdiff
path: root/html/form-post-input.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/form-post-input.html')
-rw-r--r--html/form-post-input.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/form-post-input.html b/html/form-post-input.html
new file mode 100644
index 0000000..0c384cf
--- /dev/null
+++ b/html/form-post-input.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Input</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Input</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
+ <input type="submit" name="button" value="Button">
+ </form>
+ </body>
+</html>