From c02f76900882d57ebbaa3d94d87a0ce68a33df3b Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 10 Aug 2018 05:36:14 +0000
Subject: [PATCH] Doku ergaenzt

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