✨ 一个具有 Cyber / Sci-Fi 风格的静态根域名展示页,可作为 404 页面、Error Fallback、维护页 或 网站入口占位页 使用。
这个项目包含一个高质量的静态 index.html,拥有:
你可以在浏览器中直接打开
index.html查看效果。
https://g-huohuo.github.io/GlitchRoot/
将 index.html 上传到你的服务器根目录:/var/www/html/index.html
main 分支https://你的用户名.github.io/GlitchRoot/```nginx error_page 404 /index.html; location = /index.html { root /path/to/GlitchRoot; }