Skip to content

Instantly share code, notes, and snippets.

@sskylar
Created January 29, 2015 16:54
Show Gist options
  • Save sskylar/d1623eb1aa658738510c to your computer and use it in GitHub Desktop.
Save sskylar/d1623eb1aa658738510c to your computer and use it in GitHub Desktop.
Redirect to parent page
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=../">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment