Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacEagle17 committed Sep 15, 2024
1 parent 7ec95bf commit e6ccafb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions kofi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<link href="/assets/css/style.css" rel="stylesheet">
<meta http-equiv="refresh" content="0; url='https://ko-fi.com/spaceagle17'" />
<script>
window.location.href = "https://ko-fi.com/spaceagle17";
</script>
</head>
<body>
<p><a href="https://ko-fi.com/spaceagle17" style="padding-left: 20px">Please click here if the redirect didn't work.</a>.</p>
</body>
</html>
4 changes: 2 additions & 2 deletions support/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ <h1>Support</h1>
</div><!-- /.hero-text -->
<section class="site-section">
<div class="container section-doation-container">
<div class="section-donation section-patreon_img "onclick="location.href='patreon';">
<div class="section-donation section-patreon_img "onclick="location.href='/patreon';">
<h2>Patreon</h2>
</div>
<div class="section-donation-kofi section-kofi_img">
<div class="section-donation-kofi section-kofi_img "onclick="location.href='/kofi';">
<h2>Kofi</h2>
</div>
</div>
Expand Down

0 comments on commit e6ccafb

Please sign in to comment.