summaryrefslogtreecommitdiff
path: root/php/index.html
blob: 4dae40a4b0bda9ffeea994f432afc3d731af4643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">
  <!-- This file is in the public domain -->
  <head>
    <title>A donation button</title>
  </head>
  <body>
    <form action='/donate.php' method='GET'>
      <input type='submit' value='Donate!'></input>
    </form>
  </body>
</html>