donations.html 1.0 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
  5. <title>youtube-dl: Supported sites</title>
  6. <link rel="stylesheet" href="style.css" type="text/css">
  7. </head>
  8. <body>
  9. <table class="heading"><tr>
  10. <td class="title"><a href="index.html">youtube-dl</a></td>
  11. <td class="subtitle">Donations</td>
  12. </tr></table>
  13. <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  14. <input type="hidden" name="cmd" value="_s-xclick">
  15. <input type="hidden" name="hosted_button_id" value="QC9DQRCVET9NQ">
  16. <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
  17. </form>
  18. <div class="note">
  19. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US">
  20. <img alt="Creative Commons License" style="border-width:0"
  21. src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a><br />
  22. Copyright © 2006-2013 Ricardo Garcia Gonzalez</div>
  23. </body>
  24. </html>