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