From 59dbdaf4808d3663303b9417e05861428f798ec0 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 29 Jan 2021 12:15:32 +0000
Subject: [PATCH] Readme angepasst

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

diff --git a/web/login_form.jsp b/web/login_form.html
similarity index 69%
rename from web/login_form.jsp
rename to web/login_form.html
index 762e085..abac4b4 100644
--- a/web/login_form.jsp
+++ b/web/login_form.html
@@ -1,12 +1,12 @@
-<%@page contentType="text/html" pageEncoding="UTF-8"%>
+<!DOCTYPE html>
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <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>
@@ -15,8 +15,8 @@
         <h2 class="form-signin-heading">Anmeldung Nutzerverwaltung</h2>
         <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 btn-primary btn-block" type="submit">Senden</button>
-        <p class="backlink"><a href="/">zurück zur Hauptseite</a></p>
+        <button class="btn btn-lg button-primary btn-block" type="submit">Senden</button>
+        <p class="backlink"><a href="/">zur&uuml;ck zur Hauptseite</a></p>
       </form>
     </div>
   </body>

--
Gitblit v1.9.3