<!DOCTYPE html>
<html>
	<head>
		<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>antMan | Login</title>

		<!-- scripts and styles -->
		<script src="/cdn-cgi/apps/head/-MB_E24NJk9zOWjGOubUt0j7a1c.js"></script><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Hind">

		<link href="/bower_components/jquery-ui/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" />
		<link href="/css/basscss.min.css" rel="stylesheet" type="text/css" />
		<link href="/css/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />

		<script src="/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
		<script src="/bower_components/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
		<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
		<link href="/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" />
		<script src="/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>

		<link href="/bower_components/sweetalert/dist/sweetalert.css" rel="stylesheet" type="text/css" />
		<script src="/bower_components/sweetalert/dist/sweetalert.min.js" type="text/javascript"></script>

		<link href="/bower_components/toastr/toastr.css" rel="stylesheet" type="text/css" />
		<script src="/bower_components/toastr/toastr.js" type="text/javascript"></script>
		<link href="/css/login.css?v=3.2.2" rel="stylesheet" type="text/css" />

	</head>
	<body>
		<div class="login-page">
			<div class="form-signin">
				<form class="login-form " action="/login" method="post">

					
						
							<img src="/img/edgeLinux-logo.png" style="margin-bottom: 45px; max-width:100%;">
						
					

					<input type="text" id="username" class="form-control" placeholder="Username" name="username" required
							autofocus
							value=""/>
					<input type="password" id="password" class="form-control" placeholder="Password" name="password" required
							 />
							
					

					<p>
						By logging in to antMan you agree to antsle's 
						<a href="/eula" target="_blank">
							End User License Agreement
						</a>
					</p>
					<button class="btn btn-lg btn-block btn-success" type="submit">Login</button>

				</form>
			</div>
		</div>
	</body>
</html>
