From 51a6cdaadfa2e13c26220565e1cdb58d0f96fd72 Mon Sep 17 00:00:00 2001 From: erjemin Date: Fri, 20 Feb 2026 01:52:16 +0300 Subject: [PATCH] =?UTF-8?q?add:=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=D1=8B=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B5=D0=B3=D0=BE?= =?UTF-8?q?-=D1=85=D0=BE=D1=81=D1=82=D0=BE=D0=B2=D0=BE=D0=B3=D0=BE=20nginx?= =?UTF-8?q?=20(=D0=BD=D0=B0=20=D1=81=D0=BB=D1=83=D1=87=D0=B0=D0=B9=20?= =?UTF-8?q?=D0=B5=D1=81=D0=BB=D0=B8=20django,=20gunicorn=20=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D0=B2=D0=B5=D1=81=D1=8C=20=D0=BA=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=20=D1=83=D0=BF=D0=B0=D0=BB=D0=B8?= =?UTF-8?q?=20=D0=B8=D0=BB=D0=B8=20=D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=83=D0=BF=D0=BD=D1=8B).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dicquo/templates/static_404.html | 27 +++++++++++++++++++++++++++ dicquo/templates/static_500.html | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 dicquo/templates/static_404.html create mode 100644 dicquo/templates/static_500.html diff --git a/dicquo/templates/static_404.html b/dicquo/templates/static_404.html new file mode 100644 index 0000000..4d1445f --- /dev/null +++ b/dicquo/templates/static_404.html @@ -0,0 +1,27 @@ + + + + + + Вернуться на главную + Системный Администратор (404) + + «Я искал везде. Даже под диваном. Этой страницы здесь нет.» +
+
+ + + + a:hover { color: #999; border-bottom: 1px solid #999; } + a { color: #555; text-decoration: none; border-bottom: 1px dotted #555; transition: color 0.3s; font-size: 0.8em; margin-top: 30px; display: inline-block;} + cite { display: block; font-size: 0.9em; color: #777; margin-top: 15px; font-style: normal;} + blockquote span { margin-left: -0.44em; } + blockquote { font-size: 2em; margin: 0 0 20px 0; font-style: italic; line-height: 1.4; } + .container { max-width: 600px; padding: 20px; } + body { background-color: #111; color: #ccc; font-family: Georgia, serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; text-align: center; } + + + +
+
+ «Что-то пошло не так. Кажется, я уронил сервер, контейнер или  случилось что-то ещё. Подождите, пока я его подниму.» +
+ Системный Администратор (5xx) + Попробовать обновить через 5 минут. +
+ + +