0
1
This commit is contained in:
2026-08-07 19:17:14 +02:00
parent f8fea21f33
commit e5716d8629
2 changed files with 264 additions and 89 deletions
+67 -89
View File
@@ -9,107 +9,85 @@
<link rel="icon" type="image/png" sizes="180x180" href="/favicons/favicon-180x180.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/favicon-180x180.png">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<link rel="stylesheet" href="/styles.css?v=3">
<link rel="stylesheet" href="/styles.css?v=4">
</head>
<body>
<div class="bg-glow">
<div class="bg-grid">
<div class="container homepage">
<div class="header hero">
<table class="header-table" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="mark-cell" valign="middle">
<div class="icon mark">
<img src="/icon.svg" alt="krzak.org">
</div>
</td>
<td class="copy" valign="middle">
<h1>Krzak.org</h1>
<p class="lead">Hi, welcome to krzak.org</p>
</td>
</tr>
</table>
</div>
<div class="homepage-header">
<h1>Krzak.org</h1>
<p class="lead">Hi, welcome to krzak.org</p>
</div>
<div class="section box">
<h2>Main services</h2>
<ul class="links">
<li>
<a href="https://git.krzak.org" class="link main clearfix">
<strong>Git</strong>
<span>Gitea</span>
</a>
</li>
<li>
<a href="https://chat.krzak.org" class="link main clearfix">
<strong>Chat</strong>
<span>chat.krzak.org</span>
</a>
</li>
<li>
<a href="https://music.krzak.org" class="link main clearfix">
<strong>Music</strong>
<span>Jellyfin</span>
</a>
</li>
<li>
<a href="https://mail.krzak.org" class="link main clearfix">
<strong>Mail</strong>
<span>Mailu</span>
</a>
</li>
</ul>
</div>
<div class="bush">
<img class="bush-art" src="/icon.svg" alt="">
<div class="section box">
<h2>Other</h2>
<ul class="links">
<li>
<a href="https://auth.krzak.org" class="link clearfix">
<strong>Unified Krzak.org account</strong>
<span>Authentik</span>
</a>
</li>
<li>
<a href="https://mu.krzak.org" class="link clearfix">
<strong>Music Upload</strong>
<span>mu.krzak.org</span>
</a>
</li>
<li>
<a href="https://link.krzak.org" class="link clearfix">
<strong>Link Shortener</strong>
<span>Shlink</span>
</a>
</li>
<li>
<a href="/contact.html" class="link clearfix">
<strong>Contact</strong>
<span>Community</span>
</a>
</li>
</ul>
</div>
<a href="https://git.krzak.org" class="berry-service berry-git" title="Git - Gitea">
<span>Git</span>
</a>
<div class="section foot">
<p>
If you want an account on any of these, want to suggest
something new or get a subdomain, just message me
</p>
<div class="support">
<a href="https://liberapay.com/krzak" class="button">
Support Krzak.org
<a href="https://chat.krzak.org" class="berry-service berry-chat" title="Chat - chat.krzak.org">
<span>Chat</span>
</a>
<a href="https://music.krzak.org" class="berry-service berry-music" title="Music - Jellyfin">
<span>Music</span>
</a>
<a href="https://mail.krzak.org" class="berry-service berry-mail" title="Mail - Mailu">
<span>Mail</span>
</a>
<a href="https://auth.krzak.org" class="berry-service berry-auth" title="Unified Krzak.org account - Authentik">
<span>Auth</span>
</a>
</div>
</div>
<div class="librecounter">
<img src="https://librecounter.org/counter.svg" width="0" alt="" style="display:none;">
<span class="counter">
Indexed by
<a href="https://librecounter.org/referer/show" target="_blank">LibreCounter</a>
</span>
<div class="section box">
<h2>Other</h2>
<ul class="links">
<li>
<a href="https://mu.krzak.org" class="link clearfix">
<strong>Music Upload</strong>
<span>mu.krzak.org</span>
</a>
</li>
<li>
<a href="https://link.krzak.org" class="link clearfix">
<strong>Link Shortener</strong>
<span>Shlink</span>
</a>
</li>
<li>
<a href="/contact.html" class="link clearfix">
<strong>Contact</strong>
<span>Community</span>
</a>
</li>
</ul>
</div>
<div class="section foot">
<p>
If you want an account on any of these, want to suggest
something new or get a subdomain, just message me
</p>
<div class="support">
<a href="https://liberapay.com/krzak" class="button">
Support Krzak.org
</a>
</div>
</div>
<div class="librecounter">
<img src="https://librecounter.org/counter.svg" width="0" alt="" style="display:none;">
<span class="counter">
Indexed by
<a href="https://librecounter.org/referer/show" target="_blank">LibreCounter</a>
</span>
</div>
</div>
</div>
</div>