Skip to content

Instantly share code, notes, and snippets.

@ochronus
Created April 2, 2016 10:02
Show Gist options
  • Select an option

  • Save ochronus/66ec078eacdb9dfa23b848028192bdb3 to your computer and use it in GitHub Desktop.

Select an option

Save ochronus/66ec078eacdb9dfa23b848028192bdb3 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Redirect user tracking test</title>
</head>
<body>
Your tracking ID:
<div id="tracking_info"></div>
<a href="/redirect/index/">Reload page/frame</a>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="/redirect/"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment