ulrich
2020-12-27 5ef7f0b3dccf1ce5c4f4271a2eaec5158615253d
web/login_form.html
File was renamed from web/login_form.jsp
@@ -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>