1
0

ko-fi.html 899 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Sv443 - Support me by buying me a coffee</title>
  7. <link rel="stylesheet" href="css/global.css">
  8. <link rel="stylesheet" href="css/ko-fi.css">
  9. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  10. <script type="text/javascript" src="js/redirect.js"></script>
  11. <script type="text/javascript" src="js/index.js"></script>
  12. </head>
  13. <body onload="otheronload(); redirect('https://ko-fi.com/Sv443_')">
  14. <main>
  15. <a href="https://ko-fi.com/Sv443"><img src="resources/images/ko-fi_blue.png" width="200px" height="200px"></a>
  16. <h1>Thank you for donating!</h1>
  17. <h3>If you don't get redirected automatically, please click the icon at the top instead.</h3>
  18. </main>
  19. </body>
  20. </html>