Zwischenstand
This commit is contained in:
parent
4b78ccbbd9
commit
4b19b5b0f3
4 changed files with 77 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue