Skip to content

Instantly share code, notes, and snippets.

@vampireneo
Created June 3, 2016 09:27
Show Gist options
  • Save vampireneo/5e2a21d3717837ac06b4334a62242a10 to your computer and use it in GitHub Desktop.
Save vampireneo/5e2a21d3717837ac06b4334a62242a10 to your computer and use it in GitHub Desktop.
Redirect html page
<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