From 2cb2202e0ebcb13a088cdaf1a377a0c7ecaa4e2c Mon Sep 17 00:00:00 2001 From: ulrich Date: Thu, 07 Jan 2021 20:30:23 +0000 Subject: [PATCH] Hilfe-Link angepasst --- web/index.jsp | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/web/index.jsp b/web/index.jsp index 2bb9389..51f8265 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -1,17 +1,12 @@ -<%-- - Document : index - Created on : 12.02.2017, 13:31:51 - Author : ulrich ---%> - <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <title>JSP Page</title> + <title>Dateiverwaltung</title> </head> <body> - <h1>Hello World!</h1> + <h1>Dateiverwaltung</h1> + <p><a href="ui">Anmeldung</a></p> </body> </html> -- Gitblit v1.9.3