access-controller/main/templates/pages/registration_failed.html
2021-02-25 18:52:57 +03:00

21 lines
821 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>