summaryrefslogtreecommitdiff
path: root/php/index-js.html
blob: 228c60c1c4f92121413f60fe3f2e82543c606fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <!-- This file is in the public domain -->
  <head>
    <title>A donation button</title>
  </head>
  <body>
    <!-- NOTE, we hit a HTML page now, instead of some PHP script -->
    <form action='/donate-js.html' method='GET'>
      <input type='submit' value='Donate!'></input>
    </form>
  </body>
</html>