Skip to content

Commit

Permalink
Add homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 21, 2024
0 parents commit 18d2125
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.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>
Redirecting 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);
</script>
</body>
</html>

0 comments on commit 18d2125

Please sign in to comment.