summaryrefslogtreecommitdiff
path: root/html/form-post-button.html
blob: 892d86fe8ddf1db7576c4147042337976fbaa2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
 <head>
  <title>Trivial Post Form Button</title>
 </head>
 <body>
  <h1>Trivial Post Form Button</h1>
  <form action="https://test.netsurf-browser.org/cgi-bin/env.cgi" method="post">
    <button name="button" value="Button">Button</button>
  </form>
 </body>
</html>