From 47e1c8b541dae541c4f0de14e83e107612226c84 Mon Sep 17 00:00:00 2001 From: Ulrich <undisclosed> Date: Thu, 16 Apr 2020 15:32:26 +0000 Subject: [PATCH] Windows Beispiel-Skript hinzugefuegt --- 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