Refactor dispatch (now called HTTP) server (pt. 2)

This commit is contained in:
KingRainbow44
2022-05-13 23:22:30 -04:00
parent 840f4706b5
commit 3adf0d448c
25 changed files with 195 additions and 882 deletions

View File

@@ -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>
""");