Files
RSSHub/assets/404.html
T
NeverBehave 0792f7ba25 feat(core): first attempt to init script standard (#8224)
- lazy load
- rate limit per path
- init .debug.json support
- docs
- maintainer
- radar
2021-09-22 05:41:00 -07:00

4 lines
160 B
HTML

<script>
alert('文档已更换至 docs.rsshub.app,将自动重定向到新的文档页');
window.location.href = 'https://docs.rsshub.app';
</script>