layout |
---|
redirect |
Created
February 28, 2011 00:49
-
-
Save kaleb/846753 to your computer and use it in GitHub Desktop.
Template for Redirect Page
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Refresh" content="0; url={{ content }}"> | |
<title>Redirect to {{ content }}</title> | |
</head> | |
<body> | |
<a href="{{ content }}">{{ content }}</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment