sitemap update

This commit is contained in:
2025-11-20 11:58:23 +01:00
parent 4d20434319
commit 4a14dd20a4
6 changed files with 429 additions and 453 deletions

View File

@@ -1,98 +1,81 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Krzak.org - Contact</title>
<link rel="stylesheet" href="/styles.css" />
</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">Contact:</p>
<ul>
<li class="slide-up" style="animation-delay: 0.1s">
<a href="https://fedi.krzak.org/@krzak">
<strong>Fediverse</strong>
<span>@krzak@fedi.krzak.org</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.15s">
<a href="mailto:admin@krzak.org">
<strong>Mail</strong>
<span>admin@krzak.org</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.2s">
<a href="">
<strong>Discord</strong>
<span>n0va_bot</span>
</a>
</li>
</ul>
<p class="fade-in" style="animation-delay: 0.25s">Support:</p>
<ul>
<li class="slide-up" style="animation-delay: 0.3s">
<a href="">
<strong>Blik</strong>
<span>+48 536 605 450</span>
</a>
</li>
</ul>
<br />
<ul>
<li class="slide-up" style="animation-delay: 0.35s">
<a href="/">
<strong>Back</strong>
</a>
</li>
</ul>
<div class="librecounter fade-in" style="animation-delay: 0.4s">
<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"
/>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Krzak.org - Contact</title>
<link rel="stylesheet" href="/styles.css" />
</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">Contact:</p>
<ul>
<li class="slide-up" style="animation-delay: 0.1s">
<a href="https://fedi.krzak.org/@krzak">
<strong>Fediverse</strong>
<span>@krzak@fedi.krzak.org</span>
</a>
</div>
</li>
<li class="slide-up" style="animation-delay: 0.15s">
<a href="mailto:admin@krzak.org">
<strong>Mail</strong>
<span>admin@krzak.org</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.2s">
<a href="">
<strong>Discord</strong>
<span>n0va_bot</span>
</a>
</li>
</ul>
<p class="fade-in" style="animation-delay: 0.25s">Support:</p>
<ul>
<li class="slide-up" style="animation-delay: 0.3s">
<a href="">
<strong>Blik</strong>
<span>+48 536 605 450</span>
</a>
</li>
</ul>
<br />
<ul>
<li class="slide-up" style="animation-delay: 0.35s">
<a href="/">
<strong>Back</strong>
</a>
</li>
</ul>
<div class="librecounter fade-in" style="animation-delay: 0.4s">
<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>
<!-- 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>
<script src="/refresh.js"></script>
<script src="/animations.js"></script>
</body>
</html>