132 lines
3.3 KiB
HTML
132 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="robots" content="index, follow">
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://finmoon.net/rss.xml">
|
|
|
|
<title></title>
|
|
|
|
<link rel="preload" href="https://finmoon.net/css/style.css" as="style">
|
|
<link rel="stylesheet" href="https://raw.githack.com/Speyll/suCSS/main/reset-min.css" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://raw.githack.com/Speyll/suCSS/main/suCSS-min.css" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://finmoon.net/css/style.css">
|
|
<link rel="stylesheet" href="https://finmoon.net/css/custom.css">
|
|
|
|
<!-- Add favicon with appropriate sizes -->
|
|
<link rel="icon" href="https://finmoon.net/favicon.ico">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<nav id="nav-bar">
|
|
|
|
<a href="/" class="">
|
|
|
|
/home/
|
|
</a>
|
|
|
|
<a href="/ru" class="">
|
|
|
|
|
|
</a>
|
|
|
|
<a href="/about" class="">
|
|
|
|
/about/
|
|
</a>
|
|
|
|
<a href="/ru/about" class="">
|
|
|
|
|
|
</a>
|
|
|
|
<a href="/links" class="">
|
|
|
|
/links/
|
|
</a>
|
|
|
|
<a href="/ru/links" class="">
|
|
|
|
|
|
</a>
|
|
|
|
<a href="/blog" class="">
|
|
|
|
/blog/
|
|
</a>
|
|
|
|
<a href="/ru/blog" class="">
|
|
|
|
|
|
</a>
|
|
|
|
<a href="/ru" class="">
|
|
|
|
/ru/
|
|
</a>
|
|
|
|
<a href="/" class="">
|
|
|
|
|
|
</a>
|
|
|
|
|
|
<div class="theme-toggle" id="theme-toggle" role="button" tabindex="0" aria-label="Toggle theme"
|
|
data-icon-base="https://finmoon.net/icons.svg"
|
|
data-icon-dark="#darkMode"
|
|
data-icon-light="#lightMode"
|
|
data-sound-src="https://finmoon.net/click.ogg">
|
|
<svg class="icon">
|
|
<use id="theme-icon"></use>
|
|
</svg>
|
|
</div>
|
|
</nav>
|
|
|
|
<main>
|
|
|
|
<section class="content-section">
|
|
<h1>All Blogposts</h1>
|
|
<blockquote>
|
|
<p><em>Coming soon(tm)</em></p>
|
|
</blockquote>
|
|
|
|
|
|
<ul class="content-list">
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</section>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
<hr />
|
|
<div id="footer-container">
|
|
<p>Copyright FinMoon 2025</p>
|
|
<p>
|
|
Made using
|
|
<a
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
href="https://github.com/Speyll/anemone"
|
|
>anemone</a
|
|
>
|
|
Zola theme
|
|
</p>
|
|
</div>
|
|
|
|
</footer>
|
|
|
|
<!-- Move JS to end of body and add defer -->
|
|
<script src="https://finmoon.net/js/script.js" defer></script>
|
|
</body>
|
|
</html>
|