<!DOCTYPE html>
<html lang="de">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf8" />
	<meta name="viewport" content="width=device-width, user-scalable=no" />	<link rel="stylesheet" href="/auth/login.css" />
	<link rel="stylesheet" href="https://g-lists.de/global/login.css" />
	<link rel="stylesheet" href="https://g-lists.de/global/grocery_list.css" />
	<script src="https://g-lists.de/global/grocery_list.js"></script>
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
	<title>G-Lists</title>
	</head>
<body>

<form method="post" class="container py-5" autocomplete="on">
	<div class="row justify-content-center">
		<div class="col-12 col-sm-10 col-md-7 col-lg-5 col-xl-4">
			<div id="loginTable" class="card border-0 shadow-lg rounded-4">
				<div class="card-body p-4 p-md-5">
					<div id="logo" class="text-center mb-3"></div>
					<h1 id="go2login" class="h3 text-center mb-2">Einloggen</h1>
					<div id="siteDescription" class="text-body-secondary text-center mb-4"></div>
					

					<!-- You need to be logged in /var/www/nextcloud/data/windows/files/31_Server/03_HTML/grocery_lists/global/personals.css.php -->
						  
																  
																																																		  
	  
						  
										   
																									
			 

					<div id="loginUsernameTR" class="mb-3">
						<label for="loginUsername" class="form-label">Benutzername</label>
						<input
							type="text"
							class="form-control form-control-lg"
							id="loginUsername"
							name="loginUsername"
							value=""
							autocomplete="username"
							required
							autofocus
						>
					</div>

					<div id="loginPasswordTR" class="mb-4">
						<label for="loginPassword" class="form-label">Passwort</label>
						<input
							type="password"
							class="form-control form-control-lg"
							id="loginPassword"
							name="loginPassword"
							autocomplete="current-password"
							required
						>
					</div>

					<div id="loginTR" class="d-grid gap-2">
						<button type="submit" class="btnLogin btn btn-primary btn-lg">Login</button>
						<a class="btnRegister btn btn-outline-secondary" href="?register=1">Registrieren</a>
					</div>
				</div>
			</div>
		</div>
	</div>
</form>
</body>
</html>