Created
June 3, 2016 09:27
-
-
Save vampireneo/5e2a21d3717837ac06b4334a62242a10 to your computer and use it in GitHub Desktop.
Redirect html page
This file contains 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
<html> | |
<head> | |
<title>Redirect</title> | |
<META http-equiv="refresh" content="0;URL=http://www.google.com"> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment