head.html 1.33 KB
<!DOCTYPE html>
<html lang="de">
    <head><!-- Required meta tags -->
        <meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <!-- Bootstrap CSS --><link rel="stylesheet" href="../include/libs/bootstrap-4.0.0/css/bootstrap.min.css" >
         <link rel="stylesheet" href="../include/css/basic.css" >
         </head>
         <body><div class="container"><div class="header">
                     <a href="https://netz.coop"><img class="logo" src="../include/images/logo.png" alt="logo" /></a>
                    <h1>NCFilters</h1> </div>
                            <div id="loginbox">
				 <div class="wrapper">
					<form class="form-signin" action="./" method="post">
						<fieldset>
							<p>
								<input type="text" id="username" name="username" placeholder="Name" value="" maxlength="20" />
							</p>
							<p>
								<input type="password" id="password" name="password" placeholder="Passwort" value="" maxlength="20" />
							</p>
							<p>
								<input type="hidden" name="form_token" value="<?php echo $form_token; ?>" /><input class="btn btn-primary  btn-sm " type="submit" value="&#10149; Login" title="Login">					</p>
						</fieldset>
					</form>
				</div>
			</div><div class="footer">
			<small>ncfilters powered by netz.coop eG</small>
		  </div></div></body>