Эксперимент с ошибками
All checks were successful
/ site (push) Successful in 3s

This commit is contained in:
Артём 2024-08-08 19:06:19 +03:00
parent 9111244193
commit 7e1cb50972
Signed by: SadmL
GPG key ID: EEFBB39006B28920
9 changed files with 66 additions and 83 deletions

View file

@ -1,13 +0,0 @@
---
title: "[401] Unauthorized"
---
![](/img/errors/403_taiga.avif)
---
**<p style="text-align: center;">`Кыш отсюда!`</p>**
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,13 +0,0 @@
---
title: "[403] Forbidden"
---
![](/img/errors/403_taiga.avif)
---
**<p style="text-align: center;">`Кыш отсюда!`</p>**
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,9 +0,0 @@
---
title: "[404] Страница не найдена"
---
![](/img/errors/404.avif)
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,13 +0,0 @@
---
title: "[500] Internal Server Error"
---
![](/img/errors/500_taiga.avif)
---
**<p style="text-align: center;">`Ты чаво наделал?!`</p>**
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,13 +0,0 @@
---
title: "[502] Bad Gateway"
---
![](/img/errors/502.avif)
---
**<p style="text-align: center;">`Похоже что-то поломалось. Но, скорее всего, это уже чинится.`</p>**
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,13 +0,0 @@
---
title: "[503] Сервис недоступен"
---
![](/img/errors/503_karlson.avif)
---
**<p style="text-align: center;">`По техническим причинам сервис временно не имеет возможности обрабатывать запросы`</p>**
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

View file

@ -1,9 +0,0 @@
---
title: "[504] Gateway timeout"
---
![](/img/errors/504_krosh.avif)
---
[← Вернуться на домашнюю страницу](/) :: [Связаться с администрацией](/contacts)

66
static/errors/404.html Normal file
View file

@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="ru">
<style>
.content {
max-width: auto;
margin: auto;
}
</style>
<title>404 Page Not Found :: Sadium</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="← Вернуться на домашнюю страницу :: Связаться с администрацией" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<link rel="stylesheet" href="/styles.css">
<link rel="shortcut icon" href="/img/favicon.svg">
</head>
<body class="red">
<div class="container center">
<div class="content">
<main>
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
<meta property="og:site_name" content="Sadium">
<meta property="og:title" content="404 Page Not Found">
<meta property="og:locale" content="ru">
<meta property="og:type" content="article">
<meta property="article:section" content="error">
<article>
<p><img src="/img/errors/404.avif"></p>
<hr>
<p><a href="https://sadium.cyou/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts/">Связаться с администрацией</a></p>
</article>
</main>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span>&nbsp;<a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
<span><a href="https://sadium.cyou/tos">Условия использования</a> ::&nbsp;</span>
<script>document.write(/\d{4}/.exec(Date())[0])</script>
</div>
</div>
</footer>
</div>
</body>
</html>

Binary file not shown.