From 3182cf7d4cbc6f2988cfdcad3e2efd73aed316bb Mon Sep 17 00:00:00 2001 From: ulrich@undisclosed Date: Sat, 18 Apr 2020 08:11:44 +0000 Subject: [PATCH] Doku angepasst --- 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