|
|
@@ -3,8 +3,8 @@
|
|
|
<head>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
<meta name="robots" content="none">
|
|
|
-<link href="static/img/icon/u.png" rel="icon" type="image/x-icon" />
|
|
|
-<script type="text/javascript" src="static/lib/jquery/jquery.min.js"></script>
|
|
|
+<link href="../static/img/icon/u.png" rel="icon" type="image/x-icon" />
|
|
|
+<script type="text/javascript" src="../static/lib/jquery/jquery.min.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<script type="text/javascript">
|
|
|
@@ -28,7 +28,7 @@
|
|
|
});
|
|
|
</script>
|
|
|
<div align="center" style="margin-top: 180px;">
|
|
|
- <img src="static/img/all/loading.gif">
|
|
|
+ <img src="../static/img/all/loading.gif">
|
|
|
<p style="color: #888">正在加载中,请稍候……</p>
|
|
|
</div>
|
|
|
</body>
|