ant-design/404.html

4 lines
90 B
HTML
Raw Normal View History

2015-10-19 19:50:55 +08:00
<script>
2016-04-27 10:56:17 +08:00
location.href = '/#' + location.pathname.replace('#', '?scrollTo=');
2015-10-19 19:50:55 +08:00
</script>