Skip to content

Instantly share code, notes, and snippets.

@gitname
Created November 1, 2014 21:28
Show Gist options
  • Save gitname/de1f2cdbf0a7fa1a5886 to your computer and use it in GitHub Desktop.
Save gitname/de1f2cdbf0a7fa1a5886 to your computer and use it in GitHub Desktop.
HTTP Redirect in HTML
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=http://example.com/">
<title>Redirecting...</title>
</head>
<body>
Redirecting...
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment