14 lines
390 B
HTML
14 lines
390 B
HTML
<!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>
|