Skip to content

Instantly share code, notes, and snippets.

@advaith1
Created December 21, 2017 18:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save advaith1/8bdfc452d6223a0d4682e51a218d16e8 to your computer and use it in GitHub Desktop.
Save advaith1/8bdfc452d6223a0d4682e51a218d16e8 to your computer and use it in GitHub Desktop.
Redirects the page to a new url.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting...</title>
<meta HTTP-EQUIV="REFRESH" content="0; url=/newurl">
<link rel="canonical" href="/newurl" /></head>
<body>
<a href="/newurl">Click here if you are not redirected automatically.</a></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment