37 lines
1.4 KiB
HTML
37 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Админ — parser-tg-bot</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="/api/monitoring-tg/static/css/app.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>parser-tg-bot</h1>
|
|
<nav>
|
|
<a href="/api/monitoring-tg/">Разделы</a>
|
|
<a class="admin-login-link active" href="/api/monitoring-tg/admin.html">Админ</a>
|
|
<a class="admin-link" href="/api/monitoring-tg/auth.html">Авторизация</a>
|
|
<a class="admin-link" href="/api/monitoring-tg/docs" target="_blank">API</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h2>Админ-доступ</h2>
|
|
|
|
<div class="card" style="max-width:520px">
|
|
<div id="admin-status" class="muted" style="margin-bottom:12px">Проверка...</div>
|
|
<form id="admin-form" class="row">
|
|
<input type="password" id="admin-password" autocomplete="current-password"
|
|
placeholder="Админ пароль" required style="flex:1; min-width:220px" />
|
|
<button type="submit">Войти</button>
|
|
</form>
|
|
<div class="row" style="margin-top:12px">
|
|
<button id="admin-logout" class="secondary" type="button">Выйти</button>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<script type="module" src="/api/monitoring-tg/static/js/admin.js"></script>
|
|
</body>
|
|
</html>
|