https://filter.au.ds.network
4 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="icon" type="image/png" href="static/img/favicon.png" sizes="32x32">
<link rel="apple-touch-icon" href="static/img/apple-touch-icon.png">
<title>Sign in | Premium email protection</title>
<link rel="stylesheet" href="themes/paper/bootstrap.min.css">
<link rel="stylesheet" href="vendor/components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="static/css/styles.css">
<script src="static/js/jquery.min.js"></script>
<script src="vendor/twbs/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body class="">
<div class="container">
<div class="col-md-offset-3 col-md-6">
<div class="panel panel-default" style="margin-top:40px;">
<div class="panel-heading">
<h3 class="panel-title">Sign in</h3>
</div>
<div class="panel-body">
<form class="form-horizontal" method="post" action="?page=login">
<input type="hidden" name="query" id="query" value="page=index&amp;source=all&amp;search=action=post.php">
<input type="hidden" name="timezone" id="timezone">
<input type="hidden" name="useiframe" id="useiframe">
<div class="form-group">
<label for="username" class="control-label col-sm-3">Username</label>
<div class="col-sm-9">
<input type="text" class="form-control" name="username" id="username" required autofocus="autofocus">
</div>
</div>
<div class="form-group">
<label for="username" class="control-label col-sm-3">Password</label>
<div class="col-sm-9">
<input type="password" class="form-control" name="password" required id="password">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<button type="submit" class="btn btn-primary"><i class="fa fa-sign-in"></i>&nbsp;Sign in</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<script>
$("#timezone").val(new Date().getTimezoneOffset());
if ($("<iframe>").prop("sandbox") !== undefined && $("<iframe>").prop("srcdoc") !== undefined) {
$("#useiframe").val(true);
}
</script>
</body>
</html>