Skip to content

Commit ef7c56b

Browse files
committed
修改图片的链接
1 parent 98d95e4 commit ef7c56b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WebRoot/1_3_404page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<meta http-equiv="description" content="this is my page">
1010
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
1111

12-
<link rel="stylesheet" type="text/css" href="css/1_3_404page.css" />
12+
<link rel="stylesheet" type="text/css" href="./css/1_3_404page.css" />
1313
</head>
1414

1515
<body>
1616
<div class="layout">
1717
<div class="main">
1818
<div class="err">
1919
<p class="err_text">非常抱歉,您访<br>问的页面不存在</p>
20-
<a href="http://www.17sucai.com/" class="err_back">返回首页</a>
20+
<a href="./index.html" class="err_back">返回首页</a>
2121
</div>
2222
</div>
2323
</div>

WebRoot/1_4_404page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ <h3>对不起!没找到待办文档,请联系管理员!</h3>
6969
</div>
7070
<div class="errorpPage-operate">
7171
<a href="javascript:window.opener=null;window.open('','_self');window.close();">关闭页面</a>
72-
<a href="javascript:window.location.reload()">
72+
<a href="javascript:window.location.reload();">
7373
<span class="glyphicon glyphicon-refresh"></span>刷新试试
7474
</a>
75-
<a href="#">
75+
<a href="./index.html">
7676
<span class="glyphicon glyphicon-home"></span>返回首页
7777
</a>
7878
<a href="#" οnclick="history.go(-1)">

0 commit comments

Comments
 (0)