-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (22 loc) · 812 Bytes
/
404.html
File metadata and controls
23 lines (22 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<script>
</script>
</head>
<body>
404 为了大于512字节 让ie 浏览器能正确显示错误页面而制作<br/>
长度都凑不够,广告位招租拉~~~~~~~~~<br/>
留下我的QQ、Email 150535011@qq.com<br/>
github:<a href="https://jxh150535011.github.io/" target="_blank">https://jxh150535011.github.io/</a>
<script>
const match = window.location.href.match(/(RETURN_URL=(.*?)([?&]|$))/)
const url = match && match[2];
if (url){
window.location.href = decodeURIComponent(url);
}
</script>
</body>
</html>