Skip to content

Instantly share code, notes, and snippets.

@itsfarseen
Created April 5, 2021 08:50
Show Gist options
  • Save itsfarseen/00094b0246d0e0e632bca431c8579e41 to your computer and use it in GitHub Desktop.
Save itsfarseen/00094b0246d0e0e632bca431c8579e41 to your computer and use it in GitHub Desktop.
<!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">
<title>Redirecting Ragam TreasureHunt</title>
<style>
</style>
</head>
<body>
<script>
const {token} = JSON.parse(localStorage.getItem('user'));
window.location.href = `https://ragam-thunt.anandu.net/?token=${token}`
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment