44 lines
2.5 KiB
HTML
44 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>МОНТ - инфрастуктурный полигон</title>
|
|
<link rel="stylesheet" href="/static/style.css" />
|
|
<link rel="icon" type="image/png" href="/static/favicon.png" />
|
|
<!-- Yandex.Metrika counter -->
|
|
<script type="text/javascript">
|
|
(function(m,e,t,r,i,k,a){
|
|
m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
|
m[i].l=1*new Date();
|
|
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
|
|
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)
|
|
})(window, document,"script","https://mc.yandex.ru/metrika/tag.js?id=109119977", "ym");
|
|
ym(109119977, "init", {ssr:true, webvisor:true, clickmap:true, ecommerce:"dataLayer", referrer: document.referrer, url: location.href, accurateTrackBounce:true, trackLinks:true});
|
|
</script>
|
|
<noscript><div><img src="https://mc.yandex.ru/watch/109119977" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
|
<!-- /Yandex.Metrika counter -->
|
|
</head>
|
|
<body>
|
|
<div class="login-corner-brand">МОНТ - инфрастуктурный полигон</div>
|
|
<main class="center-box login-page">
|
|
<section class="login-shell">
|
|
<img src="/static/logo.png" alt="MONT" class="brand-logo brand-logo-fullscreen" />
|
|
<div style="height:3.5rem"></div>
|
|
{% if session_notice %}<div class="session-notice">{{ session_notice }}</div>{% endif %}
|
|
{% if login_error %}<div class="auth-error">{{ login_error }}</div>{% endif %}
|
|
<form method="post" action="/login" class="panel login-panel">
|
|
<input type="hidden" name="csrf_token" value="{{ csrf_token }}" />
|
|
<label>Логин</label>
|
|
<input type="text" name="username" placeholder="Введите логин" required />
|
|
<label>Пароль</label>
|
|
<input type="password" name="password" placeholder="Введите пароль" required />
|
|
<button type="submit">Войти</button>
|
|
</form>
|
|
<a class="request-access-btn" href="mailto:rgalyaviev@mont.com?subject=%D0%94%D0%BE%D1%81%D1%82%D1%83%D0%BF%20%D0%BA%20%D0%BF%D0%BE%D0%BB%D0%B8%D0%B3%D0%BE%D0%BD%D1%83">Запросить доступ</a>
|
|
</section>
|
|
</main>
|
|
<footer class="login-made-by-wrap"><a class="made-by login-made-by" href="mailto:rgalyaviev@mont.com">Made by Galyaviev</a></footer>
|
|
</body>
|
|
</html>
|