This commit is contained in:
parent
cf2ec24f82
commit
23892b9f9b
6 changed files with 442 additions and 0 deletions
74
static/errors/401.html
Normal file
74
static/errors/401.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[401] Unauthorized :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[401] Unauthorized
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[401] Unauthorized">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/403_taiga.avif"></p>
|
||||
<hr>
|
||||
<p><strong><p style="text-align: center;"><code>Кыш отсюда!</code></p></strong></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
74
static/errors/403.html
Normal file
74
static/errors/403.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[403] Forbidden :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[403] Forbidden
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[403] Forbidden">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/403_taiga.avif"></p>
|
||||
<hr>
|
||||
<p><strong><p style="text-align: center;"><code>Кыш отсюда!</code></p></strong></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
74
static/errors/500.html
Normal file
74
static/errors/500.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[500] Внутренняя ошибка сервера :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[500] Внутренняя ошибка сервера
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[500] Внутренняя ошибка сервера">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/500_taiga.avif"></p>
|
||||
<hr>
|
||||
<p><strong><p style="text-align: center;"><code>Ты чаво наделал?!</code></p></strong></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
74
static/errors/502.html
Normal file
74
static/errors/502.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[502] Bad Gateway :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[502] Bad Gateway
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[502] Bad Gateway">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/502.avif"></p>
|
||||
<hr>
|
||||
<p><strong><p style="text-align: center;"><code>Похоже, что-то поломалось. Но, скорее всего, это уже чинится</code></p></strong></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
74
static/errors/503.html
Normal file
74
static/errors/503.html
Normal file
|
@ -0,0 +1,74 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[503] Сервис недоступен :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[503] Сервис недоступен
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[503] Сервис недоступен">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/503_karlson.avif"></p>
|
||||
<hr>
|
||||
<p><strong><p style="text-align: center;"><code>По техническим причинам сервис временно не имеет возможности обрабатывать запросы</code></p></strong></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
72
static/errors/504.html
Normal file
72
static/errors/504.html
Normal file
|
@ -0,0 +1,72 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<!-- <base href="https://sadium.cyou/"> -->
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[504] Gateway timeout :: 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="https://sadium.cyou/styles.css">
|
||||
|
||||
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
|
||||
|
||||
</head>
|
||||
<body class="red">
|
||||
|
||||
<div class="container center">
|
||||
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<header>
|
||||
<h1 class="post-title">
|
||||
[504] Gateway timeout
|
||||
</h1>
|
||||
</header>
|
||||
<!-- <meta property="og:url" content="https://sadium.cyou"> -->
|
||||
<meta property="og:site_name" content="Sadium">
|
||||
<meta property="og:title" content="[504] Gateway timeout">
|
||||
<meta property="og:locale" content="ru">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="article:section" content="error">
|
||||
|
||||
<article>
|
||||
|
||||
<p><img src="https://sadium.cyou/img/errors/504_krosh.avif"></p>
|
||||
<hr>
|
||||
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright">
|
||||
<span> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in a new issue