Fix: submodule

This commit is contained in:
psychhim
2025-11-11 16:50:28 +05:30
parent 4fc8bc540a
commit d3d7b9f8fd
11 changed files with 193 additions and 164 deletions

View File

@@ -1,11 +1,7 @@
<!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">
<!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>
@@ -29,9 +25,10 @@
</head>
<body class="body">
<header class="header"><h1>Freedoms4</h1>
</head>
<body class="body">
<header class="header">
<h1>Freedoms4</h1>
<nav class="menu language">
<ul class="menu__list language__list">
<li class="menu__item">
@@ -48,17 +45,22 @@
</li>
</ul>
</nav>
</header>
<main class="main">
</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">
</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>
<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>