Files
hyzendust.github.io/public/404.html
2025-11-11 16:16:48 +05:30

65 lines
1.7 KiB
HTML

<!doctype html>
<html
class="html"
lang="en-us"
dir="ltr"
>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>404 Page not found | Freedoms4</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favicon.ico" />
<meta property="og:url" content="http://localhost:1313/404.html">
<meta property="og:site_name" content="Freedoms4">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
<meta itemprop="name" content="404 Page not found">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body class="body">
<header class="header"><h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
<a class="menu__link" href="/">Home</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/posts/">Blog</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/categories/">Categories</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about/">About</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<h1>404</h1>
<p>The page you visited was not found.</p>
<p>
<a href="/">Return to the home page</a>
</p>
</main>
<footer class="footer">
<p class="footer__copyright-notice">&copy; 2025 </p>
<p class="footer__theme-info">Built with <a href='https://gohugo.io'>Hugo</a> and <a href='https://github.com/CyrusYip/hugo-theme-yue'>Yue</a></p></footer>
</body>
</html>