Теперь 404 возвращает на изначальный сайт, а не на основной
All checks were successful
/ site (push) Successful in 2s

This commit is contained in:
Артём 2024-08-08 22:44:43 +03:00
parent b5159aca59
commit cf2ec24f82
Signed by: SadmL
GPG key ID: EEFBB39006B28920

View file

@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="ru">
<base href="https://sadium.cyou/">
<!-- <base href="https://sadium.cyou/"> -->
<style>
.content {
max-width: auto;
@ -17,9 +17,9 @@
<meta name="robots" content="noodp" />
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="https://sadium.cyou/styles.css">
<link rel="shortcut icon" href="/img/favicon.svg">
<link rel="shortcut icon" href="https://sadium.cyou/img/favicon.svg">
</head>
<body class="red">
@ -38,9 +38,9 @@
<article>
<p><img src="/img/errors/404.avif"></p>
<p><img src="https://sadium.cyou/img/errors/404.avif"></p>
<hr>
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="/contacts">Связаться с администрацией</a></p>
<p style="text-align: center;"><a href="/">← Вернуться на домашнюю страницу</a> :: <a href="https://sadium.cyou/contacts">Связаться с администрацией</a></p>
</article>
@ -53,7 +53,7 @@
<div class="copyright">
<span>&nbsp;<a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
<span><a href="/tos">Условия использования</a> ::&nbsp;</span>
<span><a href="https://sadium.cyou/tos">Условия использования</a> ::&nbsp;</span>
<script>document.write(/\d{4}/.exec(Date())[0])</script>
</div>