Skip to content

Commit 3b39775

Browse files
Update FileNotFoundMessage.java
1 parent 07aca2c commit 3b39775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/xdvrx1_serverProject/FileNotFoundMessage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class FileNotFoundMessage {
66
new StringBuilder("<html>\r\n")
77
.append("<head><title>File Not Found</title>\r\n")
88
.append("</head>\r\n")
9-
.append("<bodyString>")
9+
.append("<body>")
1010
.append("<h1>HTTP Error 404: File Not Found [Try again later]</h1>\r\n")
1111
.append("</body></html>\r\n")
1212
.toString();
1313

14-
}
14+
}

0 commit comments

Comments
 (0)