You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link type="image/png" rel="icon" href="images/thumbnail.png"/>
  6. <title>youtube-dlg - donate</title>
  7. <script>
  8. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  9. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  10. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  11. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  12. ga('create', 'UA-89216333-1', 'auto');
  13. ga('send', 'pageview');
  14. </script>
  15. <style>
  16. body {
  17. font-family: Arial;
  18. }
  19. form {
  20. display: inline;
  21. }
  22. .content_box {
  23. padding-bottom: 2%;
  24. padding-top: 2%;
  25. }
  26. .content {
  27. margin: 0 auto;
  28. max-width: 50%;
  29. }
  30. .content h1 {
  31. border-bottom: 1px solid black;
  32. }
  33. .content p {
  34. padding-left: 2%;
  35. display: inline;
  36. }
  37. </style>
  38. </head>
  39. <body>
  40. <div class="content_box">
  41. <div class="content">
  42. <h1>Donations</h1>
  43. <h2 id="paypal">Paypal</h2>
  44. <p>You can donate via PayPal here:</p>
  45. <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
  46. <input type="hidden" name="cmd" value="_s-xclick">
  47. <input type="hidden" name="hosted_button_id" value="P4BVPPUR9575N">
  48. <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!">
  49. </form>
  50. </div>
  51. </div>
  52. </body>
  53. </html>