This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
ant-design
Watch
1
Star
0
Fork
0
You've already forked ant-design
mirror of
https://github.com/ant-design/ant-design.git
synced
2024-11-25 03:29:59 +08:00
Code
Issues
Actions
35
Packages
Projects
Releases
Wiki
Activity
dc1650486d
ant-design
/
404.html
7 lines
126 B
HTML
Raw
Normal View
History
Unescape
Escape
update 404.html
2015-10-19 19:50:55 +08:00
<
p
>
找不到此页,三秒后返回首页...
<
/
p
>
<
script
>
setTimeout(function() {
location.href = '/';
}, 3000);
<
/
script
>
Reference in New Issue
Copy Permalink