Skip to content

Instantly share code, notes, and snippets.

@goatandsheep
Last active January 27, 2017 01:02
Show Gist options
  • Save goatandsheep/12b76f707e30ddb816af51eccd4f24f1 to your computer and use it in GitHub Desktop.
Save goatandsheep/12b76f707e30ddb816af51eccd4f24f1 to your computer and use it in GitHub Desktop.
Replace <%= link %> with your URL
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>You are being redirected - communote</title>
</head>
<body>
<p>You are currently being redirected to: <%= link %></p>
<a href="<%= link %>">If you are not redirected, please click here </a>
<meta http-equiv="refresh" content="0;URL='<%= link %>'" />
<script>window.location.href = "<%= link %>";</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment