Created
November 4, 2016 16:28
-
-
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?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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