Zwischenstand

This commit is contained in:
joss 2025-04-01 09:45:24 +02:00
parent 4b78ccbbd9
commit 4b19b5b0f3
4 changed files with 77 additions and 2 deletions

View file

@ -11,7 +11,7 @@ public class StartView implements HttpHandler {
OutputStream os;
response = "<h1>Beleg - Startseite!</h1><p>Bitte waehle aus einer der nachstehenden Optionen.</p>";
od = t.getResponseBody();
os = t.getResponseBody();
t.sendResponseHeaders(200, response.length());
os.write(response.getBytes());