Skip to content

Instantly share code, notes, and snippets.

@johanoloflindberg
Forked from jakebellacera/redirect.html
Last active August 29, 2015 14:15
Show Gist options
  • Save johanoloflindberg/f13726143a9858bfe4b9 to your computer and use it in GitHub Desktop.
Save johanoloflindberg/f13726143a9858bfe4b9 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
// Redirect to a page
(function () {
window.location = 'http://google.com';
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment