summaryrefslogtreecommitdiff
path: root/html/form-post-button.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-22 13:23:07 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-22 13:23:07 +0000
commit84db3b1204c1306cf6f98e0f42d61f54b29d5820 (patch)
treefed68614d170e3dc91e8c4cb95ed39910d68efab /html/form-post-button.html
parent2b2a8da3a2fb2a56422baf1d6588fc46852c8b5c (diff)
downloadnetsurf-test-84db3b1204c1306cf6f98e0f42d61f54b29d5820.tar.gz
netsurf-test-84db3b1204c1306cf6f98e0f42d61f54b29d5820.tar.bz2
add trivial form html
Diffstat (limited to 'html/form-post-button.html')
-rw-r--r--html/form-post-button.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/html/form-post-button.html b/html/form-post-button.html
new file mode 100644
index 0000000..bc735b1
--- /dev/null
+++ b/html/form-post-button.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial Post Form Button</title>
+ </head>
+ <body>
+ <h1>Trivial Post Form Button</h1>
+ <p>Hello!</p>
+ <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
+ <button name="button" value="Button">Button</button>
+ </form>
+ </body>
+</html>