master
parent
98d449b8fb
commit
962c72b74f
|
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="Cache-Control" content="no-cache">
|
||||
<meta http-equiv="Expires" content="0">
|
||||
<title>登录</title>
|
||||
<link href="../css/login.css" type="text/css" rel="stylesheet">
|
||||
<link href="css/login.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
|
||||
</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">
|
||||
if (top != self) {
|
||||
parent.location.href = '/login.html';
|
||||
Loading…
Reference in New Issue