2020-03-03 16:28:26 +00:00
|
|
|
<!DOCTYPE html>
|
2015-07-20 21:08:05 +00:00
|
|
|
|
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
2016-01-27 19:22:12 +00:00
|
|
|
<link rel='shortcut icon' type='image/x-icon' href='../favicon.ico' />
|
2015-07-20 21:08:05 +00:00
|
|
|
|
2016-01-08 22:45:08 +00:00
|
|
|
<script src="../libs/jquery.min.js"></script>
|
|
|
|
<script src="../libs/jquery.dataTables.min.js"></script>
|
|
|
|
<script src="../libs/handlebars.min.js"></script>
|
|
|
|
<script src="../libs/moment.min.js"></script>
|
|
|
|
<script src="../libs/handlebarsmoment.js"></script>
|
|
|
|
<script src="../bootstrap/bootstrap.min.js"></script>
|
|
|
|
<script src="../libs/bootstrap-notify.js"></script>
|
2015-07-20 21:08:05 +00:00
|
|
|
|
2016-01-08 22:45:08 +00:00
|
|
|
<link href="../bootstrap/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="../animate.css" rel="stylesheet">
|
2020-02-23 20:31:01 +00:00
|
|
|
<link href="../custom.css?changed=20200223" rel="stylesheet">
|
2015-07-20 21:08:05 +00:00
|
|
|
|
|
|
|
<title>Jackett</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="page">
|
|
|
|
|
2016-01-08 22:45:08 +00:00
|
|
|
<img id="logo" src="../jacket_medium.png" /><span id="header-title">Jackett</span>
|
2015-07-20 21:08:05 +00:00
|
|
|
|
|
|
|
<hr />
|
|
|
|
<h1>Login</h1>
|
2016-01-08 22:45:08 +00:00
|
|
|
<form action="Dashboard" method="post">
|
2015-07-20 21:08:05 +00:00
|
|
|
<div class="input-area">
|
|
|
|
<span class="input-header">Admin password</span>
|
|
|
|
<input id="password" name="password" class="form-control input-right" type="password">
|
|
|
|
</div>
|
|
|
|
<div class="input-area">
|
|
|
|
<input type="submit" value="Login" />
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</body>
|
2016-01-27 19:22:12 +00:00
|
|
|
</html>
|