Skip to content

Instantly share code, notes, and snippets.

@Cengizism
Created December 7, 2013 15:52
Show Gist options
  • Save Cengizism/7844238 to your computer and use it in GitHub Desktop.
Save Cengizism/7844238 to your computer and use it in GitHub Desktop.
redirect with meta
<!doctype html>
<html><head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=./test.html">
</head><body>
Redirecting...
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment