<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="de-DE">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Lennarts Notizen</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="login login-password-protected">

<style>
body {
    font: 14px sans-serif;
}

div#login {
	margin: 2em 0 0 2em;
}

input{
	padding: 4px 6px;
	font-size: 100%;
	width: 200px;
	background: none;
	border: 1px solid grey;
}

input#wp-submit{
	font-size: 80%;
	text-transform: uppercase;
	font-family: monospace;
	height: 30px;
	margin: 1em 0 0 0;
	background: black;
	color: white;
	border: 1px solid black;
	width: 214px
}
</style>

<div id="login">

	<p>Diese Seite ist passwortgesch&uuml;tzt.</p>

	<form name="loginform" id="loginform" action="http://lnrt.de/?password-protected=login" method="post">
			<input type="password" name="password_protected_pwd" id="password_protected_pass" class="input" value="" tabindex="20" placeholder="Passwort eingeben..."/>
				<br />
			<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Abschicken" tabindex="100" />
			<input type="hidden" name="testcookie" value="1" />
			<input type="hidden" name="password-protected" value="login" />
			<input type="hidden" name="redirect_to" value="http://lnrt.de/feed" />
	</form>

	
</div>


</body>
</html>