Added kind of dirty registration failed html

This commit is contained in:
Vadim Melnikov
2021-02-25 18:52:57 +03:00
parent 46dc0f6ab6
commit d3313c7ecf
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/"><img width=30 src="/static/main/img/logo.png">Access Controller</a>
</div>
</nav>
<div style="margin: 10%">
<div style="text-align: center;">
<p style="color: rgb(201, 58, 63); font-size: 72px;">К сожалению, регистрация закрыта.</p>
</div>
<div style="text-align: center;">
<a type="button" class="btn btn-outline-primary btn-lg" href="/">На главную</a>
</div>
</div>
</body>
</html>