Skip to content

Instantly share code, notes, and snippets.

@fivesmallq
Created July 27, 2015 10:02
Show Gist options
  • Save fivesmallq/f5e58464a36bd0247e07 to your computer and use it in GitHub Desktop.
Save fivesmallq/f5e58464a36bd0247e07 to your computer and use it in GitHub Desktop.
js 跳转58.220.228.242:80
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<link rel="SHORTCUT ICON" href="/favicon.ico">
<title>Login</title>
<script language="JavaScript">
if (window.opener) {
window.opener.location.href = document.location.href;
self.close();
}
if (top.location != document.location) top.location.href = document.location.href;
location.href="https://api.novadata.cn/index.html"
</script>
</head>
<body bgcolor="White" link="Black">
redirect failed....
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment