From 9bee65e90a3b2b345f7c1bd99d10834ad211cdcd Mon Sep 17 00:00:00 2001 From: ulrich <undisclosed> Date: Sat, 07 Dec 2019 17:12:02 +0000 Subject: [PATCH] . --- webapps/ROOT/index.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/ROOT/index.html b/webapps/ROOT/index.html index a2ae194..9605276 100644 --- a/webapps/ROOT/index.html +++ b/webapps/ROOT/index.html @@ -1,12 +1,12 @@ <!DOCTYPE html> <html> <head> - <title>WebBox Startseite</title> + <title>Startseite</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="stile.css"> </head> <body> - <p>WebBox</p> + <p>Hallo Welt!</p> </body> </html> -- Gitblit v1.9.3