Skip to content

Instantly share code, notes, and snippets.

@kaleb
Created February 28, 2011 00:49
Show Gist options
  • Save kaleb/846753 to your computer and use it in GitHub Desktop.
Save kaleb/846753 to your computer and use it in GitHub Desktop.
Template for Redirect Page
<!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