This website requires JavaScript.
Explore
Help
Register
Sign In
wcx
/
wolegca.github.io
Watch
1
Star
0
Fork
0
You've already forked wolegca.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b78d4ac439
wolegca.github.io
/
js
/
404.js
3 lines
111 B
JavaScript
Raw
Normal View
History
Unescape
Escape
增加回到顶部按钮
2019-10-19 21:56:07 +08:00
message
.
alert
(
'404 Not Found'
,
'您所查找的页面不存在'
,
function
(
)
{
add 404
2019-09-30 16:44:06 +08:00
window
.
location
.
href
=
'/'
;
}
)
;
Reference in New Issue
Copy Permalink