27 lines
810 B
HTML
27 lines
810 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='imgs/logo.svg') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename=" css/errorPages.css" ) }}">
|
|
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="wrapper">
|
|
<div class="container ">
|
|
<div class="flex column text">
|
|
<h1 class="flex lightBlue arial-bald fontCenter">408</h1>
|
|
<p class="flex blue arial-regular lilText">Превышено ожидание ответа сервера. Попробуйте ещё раз позже.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |