Теперь 404 возвращает на изначальный сайт, а не на основной
All checks were successful
/ site (push) Successful in 2s
All checks were successful
/ site (push) Successful in 2s
This commit is contained in:
parent
b5159aca59
commit
cf2ec24f82
1 changed files with 6 additions and 6 deletions
|
@ -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> <a href="https://git.sadium.cyou/SadmL/sadium">Исходный код</a> ::</span>
|
||||
<span><a href="/tos">Условия использования</a> :: </span>
|
||||
<span><a href="https://sadium.cyou/tos">Условия использования</a> :: </span>
|
||||
<script>document.write(/\d{4}/.exec(Date())[0])</script>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue