From 5ef7f0b3dccf1ce5c4f4271a2eaec5158615253d Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 27 Dec 2020 13:41:55 +0000
Subject: [PATCH] JSPs entfernt

---
 web/login_form.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/login_form.jsp b/web/login_form.html
similarity index 79%
rename from web/login_form.jsp
rename to web/login_form.html
index a20ca53..a59db9e 100644
--- a/web/login_form.jsp
+++ b/web/login_form.html
@@ -1,4 +1,4 @@
-<%@page contentType="text/html" pageEncoding="UTF-8"%>
+<!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="en">
   <head>
@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no">
     <meta name="description" content="">
     <meta name="author" content="">
-    <link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/stile.css">    
+    <link rel="stylesheet" type="text/css" href="/stile.css">    
     <title>Anmeldung Nutzerverwaltung</title>
   </head>
   <body>
@@ -16,7 +16,7 @@
         <input  name="j_username" type="text" class="form-control" placeholder="Benutzerkennung" required autofocus>
         <input name="j_password" type="password" class="form-control" placeholder="Kennwort" required>
         <button class="btn btn-lg button-primary btn-block" type="submit">Senden</button>
-        <p class="backlink"><a href="/">zurück zur Hauptseite</a></p>
+        <p class="backlink"><a href="/">zur&uuml;ck zur Hauptseite</a></p>
       </form>
     </div>
   </body>

--
Gitblit v1.9.3