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