summaryrefslogtreecommitdiff
path: root/html/form-post-input.html
blob: 0c384cf253fd6578e466f39461973bf58d24a574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>