Skip to content

Commit

Permalink
Update the pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 28, 2024
1 parent 79a0f33 commit 28ffa7e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<script defer data-domain="counter.roman.zone" src="https://peak.roman.zone/js/script.js"></script>
</head>
<body>
Redirecting to <a href="https://github.com/gentlecat/counter">GitHub</a>...
Go to <a href="https://github.com/gentlecat/counter">GitHub</a>...
<script>
setTimeout(() => {
window.location = "https://github.com/gentlecat/counter/blob/master/README.md#google-play-store";
}, 2000);
window.location = "https://github.com/gentlecat/counter";
}, 1000);
</script>
</body>
</html>
16 changes: 16 additions & 0 deletions tip.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Counter</title>
<script defer data-domain="counter.roman.zone" src="https://peak.roman.zone/js/script.js"></script>
</head>
<body>
Go to <a href="https://ko-fi.com/roman_xyz">Ko-fi</a>...
<script>
setTimeout(() => {
window.location = "https://ko-fi.com/roman_xyz";
}, 1000);
</script>
</body>
</html>

0 comments on commit 28ffa7e

Please sign in to comment.