Added donate link

This commit is contained in:
Stella⋆˚✿˖° 2025-02-19 17:50:17 +01:00
parent 3792c320d2
commit 8a358495a2

13
html/donate/index.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Donate | Pixelated</title>
<link rel="icon" type="image/x-icon" href="content/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script>
window.location = "https://ko-fi.com/freedtapestry21";
</script>
</body>
</html>