summaryrefslogtreecommitdiff
path: root/html/form-post-textarea.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-23 10:54:45 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-23 10:54:45 +0000
commit03ff7c084414af908edf2b36a238c95a9876be7b (patch)
treefc707354bda60483a4d2ded7cc67546afdf0af77 /html/form-post-textarea.html
parenta9a81be38470fd0cd45e85a9da1d8be624d0516e (diff)
downloadnetsurf-test-03ff7c084414af908edf2b36a238c95a9876be7b.tar.gz
netsurf-test-03ff7c084414af908edf2b36a238c95a9876be7b.tar.bz2
add form textarea html
Diffstat (limited to 'html/form-post-textarea.html')
-rw-r--r--html/form-post-textarea.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/form-post-textarea.html b/html/form-post-textarea.html
new file mode 100644
index 0000000..95dd486
--- /dev/null
+++ b/html/form-post-textarea.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Textarea</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Textarea</h1>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
+ <textarea name="textarea"></textarea>
+ <input type="submit" name="button" value="Button">
+ </form>
+ </body>
+</html>