mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-23 05:33:15 +08:00
Add documentation on 404 error page. (#2463)
* Update HttpServer.java * Update HttpServer.java --------- Co-authored-by: Magix <27646710+KingRainbow44@users.noreply.github.com>
This commit is contained in:
parent
9e17e4aacb
commit
6e1913aacb
@ -218,6 +218,8 @@ public final class HttpServer {
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<img src="https://http.cat/404" />
|
<img src="https://http.cat/404" />
|
||||||
|
<h1>Grasscutter cannot find the route you're trying to access.</h1>
|
||||||
|
<p>Your proxy is active, so if you're trying to download something close the game/stop the proxy.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
""");
|
""");
|
||||||
|
Loading…
Reference in New Issue
Block a user