Last active
January 27, 2017 01:02
-
-
Save goatandsheep/12b76f707e30ddb816af51eccd4f24f1 to your computer and use it in GitHub Desktop.
Replace <%= link %> with your URL
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
<!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