w/raw pre-uploader
This commit is contained in:
27
templates/404.html
Normal file
27
templates/404.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
|
||||
<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 flex">
|
||||
<div class="flex column text">
|
||||
<h1 class="flex lightBlue arial-bald fontCenter">404</h1>
|
||||
<p class="flex blue arial-regular lilText">Страница не найдена. <a href="{{ url_for(" ind")
|
||||
}}">Вернуться на главную</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user