From 931544ee14d9ee76f47f8a3065676dd4a098a78a Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Mon, 20 Jan 2020 06:35:31 +0000
Subject: [PATCH] Umbenennen von Bilddateien schliesst alle Varianten ein

---
 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