sadium/public/en/404.html

231 lines
4 KiB
HTML
Raw Normal View History

2023-12-13 22:46:49 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<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="canonical" href="/en/404.html" />
<link rel="stylesheet" href="/styles.css">
2023-12-24 15:49:20 +03:00
<link rel="shortcut icon" href="/img/favicon.svg">
2023-12-13 22:46:49 +03:00
<meta name="twitter:card" content="summary" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="" />
<meta property="og:url" content="/en/404.html" />
<meta property="og:site_name" content="Sadium" />
2023-12-24 15:49:20 +03:00
<meta property="og:image" content="/img/favicon.svg">
2023-12-13 22:46:49 +03:00
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="627">
</head>
<body class="red">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/en">
<div class="logo">
Sadium
</div>
</a>
</div>
<ul class="menu menu--mobile">
<li class="menu__trigger">Menu&nbsp;</li>
<li>
<ul class="menu__dropdown">
2023-12-24 15:49:20 +03:00
<li><a href="https://live.sadium.cyou">[🔼] Owncast</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="https://up.sadium.cyou">[🔼] Uptime</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/about">About</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/contacts">Contacts</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/posts">Posts</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/services">Services</a></li>
2023-12-13 22:46:49 +03:00
<hr />
<li>
<a href="/en/">EN</a>
</li>
<li>
<a href="/">RU</a>
</li>
</ul>
</li>
</ul>
<ul class="menu menu--desktop menu--language-selector">
<li class="menu__trigger">EN&nbsp;</li>
<li>
<ul class="menu__dropdown">
<li><a href="/en/">EN</a></li>
<li><a href="/">RU</a></li>
</ul>
</li>
</ul>
</div>
<nav class="navigation-menu">
<ul class="navigation-menu__inner menu--desktop">
2023-12-24 15:49:20 +03:00
<li><a href="https://live.sadium.cyou" >[🔼] Owncast</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="https://up.sadium.cyou" >[🔼] Uptime</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/about" >About</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/contacts" >Contacts</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/posts" >Posts</a></li>
2023-12-13 22:46:49 +03:00
2023-12-24 15:49:20 +03:00
<li><a href="/en/services" >Services</a></li>
2023-12-13 22:46:49 +03:00
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">404 — Page not found...</h1>
<div class="post-content">
<a href="/">Back to home page&nbsp;</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
2023-12-24 15:04:36 +03:00
<span>Powered by <a href="https://gohugo.io">Hugo</a> ::</span>
<span><a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> by <a href="https://github.com/panr" target="_blank">panr</a> ::</span>
<span>&nbsp;<a href="https://git.sadium.cyou/SadmL/sadium">Mod</a>. by <a href="https://git.sadium.cyou/SadmL">SL</a> ::</span>
<span>&nbsp;<a href="/tos">ToS</a> ::</span>
<span>&nbsp;<a href="https://choosealicense.com/licenses/cc-by-4.0/">CC-BY-4.0</a> ::</span>
<span>&nbsp;2023</span>
2023-12-13 22:46:49 +03:00
</div>
</div>
</footer>
<script type="text/javascript" src="/bundle.min.js"></script>
</div>
</body>
</html>