Skip to content

Instantly share code, notes, and snippets.

@patrickbeeson
Last active March 25, 2016 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickbeeson/2c853a9e4d45f1a350c2 to your computer and use it in GitHub Desktop.
Save patrickbeeson/2c853a9e4d45f1a350c2 to your computer and use it in GitHub Desktop.
JS Redirect
<script type="text/javascript">
location = 'domaintoredirectto.com';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment