Skip to content

Instantly share code, notes, and snippets.

@jab
Created August 22, 2014 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jab/7474925fd139a87ee996 to your computer and use it in GitHub Desktop.
Save jab/7474925fd139a87ee996 to your computer and use it in GitHub Desktop.
meta refresh with missing wait parameter
<html>
<head>
<meta http-equiv="refresh" content=";URL='http://www.example.com/'">
</head>
<body>
<p>Redirecting to <a href="http://www.example.com/">
www.example.com</a>...</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment