meraproject/content/merakomis/source/unknown-user.html
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

27 lines
1.7 KiB
HTML
Raw Permalink 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style-01.css">
<link rel="icon" type="image/png" href="./img/merakom-sign.png">
<meta name="description" content="Неизвестный пользователь">
<meta name="keywords" content="">
<title>Ошибка: неизвестный пользователь</title>
</head>
<body>
<div class="page-centred">
<div class="window warning">
<div class="form-head">Неизвестный пользователь</div>
<p class="form-message">Пользователь с таким почтовым ящиком неизвестен системе. Убедитесь, что название почтового ящика указано корректно: <span class="w600">xxx@merakom.ru</span>. Если ошибки нет, то обратитесь к руководителю.</p>
<form class="form" action="/" method="">
<button class="btn-inverse" type="submit">ЗАКРЫТЬ</button>
</form>
</div>
</div>
</body>
</html>