Skip to content

Instantly share code, notes, and snippets.

@unifispot
unifispot / index.html
Last active February 21, 2018 08:27
auto direct guest to site after login
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;url=http://<SITEADDRES>">
<script type="text/javascript">
window.location.href = "http://<SITEADDRES>"
</script>
<title>Page Redirection</title>
</head>