Files
Krzak.org/index.html
2025-11-20 12:01:04 +01:00

145 lines
4.9 KiB
HTML
Executable File

<!doctype html>
<html lang="en">
<head>
<title>Krzak.org</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicons/favicon-48x48.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/favicon-192x192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/favicon-180x180.png" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<!-- Android Chrome -->
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/favicon-192x192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/favicons/favicon-512x512.png" />
<!-- PWA -->
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#2a1a5e" />
<link rel="stylesheet" href="/styles.css" />
<link href="https://fedi.krzak.org/@krzak" rel="me" />
<link href="https://fedi.krzak.org/@n0va" rel="me" />
</head>
<body>
<div class="container fade-in">
<h1 class="slide-down">
<span class="icon">
<img src="/icon.svg" alt="krzak.org" />
</span>
Krzak.org
</h1>
<p class="slide-down">Hi, welcome to krzak.org</p>
<ul>
<li class="slide-up" style="animation-delay: 0.1s">
<a href="https://fedi.krzak.org">
<strong>Fediverse</strong>
<span>Sharkey</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.15s">
<a href="https://mail.krzak.org">
<strong>Mail</strong>
<span>Mailu</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.2s">
<a href="https://music.krzak.org">
<strong>Music</strong>
<span>Navidrome</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.25s">
<a href="https://mu.krzak.org">
<strong>Music Upload</strong>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.3s">
<a href="https://git.krzak.org">
<strong>Git</strong>
<span>Gitea</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.35s">
<a href="https://rss.krzak.org">
<strong>RSS</strong>
<span>Miniflux</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.4s">
<a href="https://paste.krzak.org">
<strong>Paste</strong>
<span>Opengist</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.45s">
<a href="https://share.krzak.org">
<strong>Share</strong>
<span>FilePizza</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.5s">
<a href="https://link.krzak.org">
<strong>Link Shortener</strong>
<span>Shlink</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.55s">
<a href="/mc">
<strong>Minecraft Server</strong>
<span>Fabric 1.21.10</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.6s">
<a href="/applications">
<strong>Recommended applications</strong>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.65s">
<a href="https://discord.gg/CY3Zr6baD7">
<strong>Discord server</strong>
</a>
<li class="slide-up" style="animation-delay: 0.7s">
<a href="/contact">
<strong>Contact</strong>
</a>
</li>
</ul>
<p class="fade-in" style="animation-delay: 0.75s">
If you want an account on any of these, want to suggest
something new or get a subdomain, just message me
</p>
<div class="librecounter fade-in" style="animation-delay: 0.75s">
<span class="librecounter-text">
Indexed by
<a href="https://librecounter.org/referer/show" target="_blank">LibreCounter</a>
</span>
<a href="https://librecounter.org/referer/show" target="_blank">
<img src="https://librecounter.org/counter.svg" referrerpolicy="unsafe-url" alt="LibreCounter" />
</a>
</div>
</div>
<!-- Back to top button -->
<button id="back-to-top" class="back-to-top" aria-label="Back to top" title="Back to top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="18 15 12 9 6 15"></polyline>
</svg>
</button>
<script src="/refresh.js"></script>
<script src="/animations.js"></script>
</body>
</html>