Skip to content

Instantly share code, notes, and snippets.

@cdownie
Created June 22, 2011 02:09
Show Gist options
  • Save cdownie/1039380 to your computer and use it in GitHub Desktop.
Save cdownie/1039380 to your computer and use it in GitHub Desktop.
html redirect
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://site.com">
<script language="javascript">
window.location.href = "http://site.com"
</script>
<title></title>
</head>
<body>
If you are not redirected automatically follow the <a href='http://site.com'>link to site</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment