w/raw pre-uploader

This commit is contained in:
2026-02-01 20:09:11 +09:00
parent 05088d3934
commit 95b7377781
26 changed files with 3882 additions and 56 deletions

26
templates/500.html Normal file
View File

@@ -0,0 +1,26 @@
<!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">500</h1>
<p class="flex blue arial-regular lilText">Ошибка сервера. Попробуйте ещё раз позже.</p>
</div>
</div>
</div>
</body>
</html>