summaryrefslogtreecommitdiff
path: root/html/form-post-button.html
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-02-22 21:20:45 +0000
committerVincent Sanders <vince@kyllikki.org>2019-02-22 21:20:45 +0000
commita9a81be38470fd0cd45e85a9da1d8be624d0516e (patch)
treea67dc365b4c0f6e3c783117c9daa9664fdcd934c /html/form-post-button.html
parent84db3b1204c1306cf6f98e0f42d61f54b29d5820 (diff)
downloadnetsurf-test-a9a81be38470fd0cd45e85a9da1d8be624d0516e.tar.gz
netsurf-test-a9a81be38470fd0cd45e85a9da1d8be624d0516e.tar.bz2
add multi button form
Diffstat (limited to 'html/form-post-button.html')
-rw-r--r--html/form-post-button.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/html/form-post-button.html b/html/form-post-button.html
index bc735b1..892d86f 100644
--- a/html/form-post-button.html
+++ b/html/form-post-button.html
@@ -5,7 +5,6 @@
</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>