Skip to content

Instantly share code, notes, and snippets.

@kaweski
Created November 4, 2016 16:28
Show Gist options
  • Save kaweski/5d325055a78ab061ba44843cb94c5e93 to your computer and use it in GitHub Desktop.
Save kaweski/5d325055a78ab061ba44843cb94c5e93 to your computer and use it in GitHub Desktop.
Redirect from an HTML page? Is it possible to set up a basic HTML page to redirect to another page on load?
<meta http-equiv="refresh" content="0; url=http://example.com/" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment