Skip to content

Instantly share code, notes, and snippets.

@nasitra
Created May 2, 2016 02:22
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 nasitra/4ce0eaf6152b1ff9f882d136c8e02af4 to your computer and use it in GitHub Desktop.
Save nasitra/4ce0eaf6152b1ff9f882d136c8e02af4 to your computer and use it in GitHub Desktop.
Use meta refresh to redirect to a new page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta http-equiv="refresh" content="0; url=http://example.com/">
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment