Dateiverwaltung für die WebBox
ulrich
2021-01-18 c79727e6e2f717e44d2b8d5a60825db8ed6e5d66
commit | author | age
b7475d 1 <!DOCTYPE html>
U 2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
d9cdb1 5     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no">
b7475d 6     <meta name="description" content="">
U 7     <meta name="author" content="">
d9cdb1 8     <link rel="stylesheet" type="text/css" href="stile.css">    
b7475d 9     <title>Anmeldung Dateiverwaltung</title>
U 10   </head>
11   <body>
12     <div class="container">
13       <form class="form-signin" role="form" method="POST" action="j_security_check" name="loginform">
14         <h2 class="form-signin-heading">Anmeldung Dateiverwaltung</h2>
15         <input  name="j_username" type="text" class="form-control" placeholder="Benutzerkennung" required autofocus>
16         <input name="j_password" type="password" class="form-control" placeholder="Kennwort" required>
d9cdb1 17         <button class="btn btn-lg button-primary btn-block" type="submit">Senden</button>
U 18         <p class="backlink"><a href="/">zur&uuml;ck zur Hauptseite</a></p>
b7475d 19       </form>
d9cdb1 20     </div>
b7475d 21   </body>
U 22 </html>