Skip to content

Commit

Permalink
make it redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
qwook committed Sep 10, 2024
1 parent c57e5aa commit 61cdb47
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="refresh"
content="0; url=https://qwook.itch.io/last-seen-online"
/>
<title>Redirecting...</title>
</head>
<body>
<p>
If you are not redirected automatically,
<a href="https://qwook.itch.io/last-seen-online">click here</a>.
</p>
</body>
</html>

0 comments on commit 61cdb47

Please sign in to comment.