Skip to content

Commit

Permalink
Create translation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat authored Dec 28, 2024
1 parent 28ffa7e commit 0003dd0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions translation.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="http://crowdin.net/project/simple-counter">Crowdin</a>...
<script>
setTimeout(() => {
window.location = "http://crowdin.net/project/simple-counter";
}, 1000);
</script>
</body>
</html>

0 comments on commit 0003dd0

Please sign in to comment.