This commit is contained in:
parent
8c16605cd2
commit
b5159aca59
1 changed files with 67 additions and 0 deletions
67
static/errors/404.html
Normal file
67
static/errors/404.html
Normal file
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<base href="https://sadium.cyou/">
|
||||
<style>
|
||||
.content {
|
||||
max-width: auto;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<title>[404] Страница не найдена :: 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] Страница не найдена">
|
||||
<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 style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="/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="/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in a new issue