mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-22 03:45:10 +01:00
Refactor dispatch (now called HTTP) server (pt. 2)
This commit is contained in:
@@ -162,11 +162,11 @@ public final class HttpServer {
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset=\\"utf8\\">
|
||||
<meta charset="utf8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src=\\"https://http.cat/404\\" />
|
||||
<img src="https://http.cat/404" />
|
||||
</body>
|
||||
</html>
|
||||
""");
|
||||
|
||||
Reference in New Issue
Block a user