master
parent
98d449b8fb
commit
962c72b74f
|
|
@ -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';
|
||||||
Loading…
Reference in New Issue