Created
February 2, 2017 22:54
-
-
Save skipshean/cb605c419b6f51cbe43b5f25d0fc8362 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>Your Page</title> | |
<meta http-equiv="refresh" content="0;URL='http://URLexample.com/'" /> | |
</head> | |
<body> | |
<p>This page has moved to a <a href="http://URLexample.com/"> | |
URLexample.com</a>.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment