Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created October 26, 2016 20:44
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 makevoid/c0409373a3d9ed4413ce6ac3fa4df1ec to your computer and use it in GitHub Desktop.
Save makevoid/c0409373a3d9ed4413ce6ac3fa4df1ec to your computer and use it in GitHub Desktop.
redirect page index.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Example</title>
<meta http-equiv="refresh" content="0;URL='http://example.com/'" />
</head>
<body>
<p>
This page has moved to
<a href="http://example.com/">example.com</a>.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment