wei.zhang2 2017-10-17 09:44:44 +08:00
parent 98d449b8fb
commit 962c72b74f
30 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<meta http-equiv="Cache-Control" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0"> <meta http-equiv="Expires" content="0">
<title>登录</title> <title>登录</title>
<link href="../css/login.css" type="text/css" rel="stylesheet"> <link href="css/login.css" type="text/css" rel="stylesheet">
</head> </head>
<body> <body>
@ -31,7 +31,7 @@
</div> </div>
</body> </body>
<script src="../js/libs/jquery-2.1.1.min.js"></script> <script src="js/libs/jquery-2.1.1.min.js"></script>
<script type="text/javascript"> <script type="text/javascript">
if (top != self) { if (top != self) {
parent.location.href = '/login.html'; parent.location.href = '/login.html';