This commit is contained in:
N0\A
2025-11-01 13:06:32 +01:00
parent e2fddaf8e3
commit 63e7df669e
3 changed files with 35 additions and 0 deletions

35
mc.html Normal file
View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>Krzak.org - Minecraft</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles.css" />
<script src="/refresh.js"></script>
<script src="/animations.js"></script>
</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>
<ul>
<li class="slide-up" style="animation-delay: 0.1s">
<a href="krzak.org">
<strong>IP</strong>
<span>krzak.org</span>
</a>
</li>
<li class="slide-up" style="animation-delay: 0.15s">
<a href="krzak.org/mc/automodpack_fingerprint.txt">
<strong>Fingerprint</strong>
<span>automodpack_fingerprint.txt</span>
</a>
</li>
</ul>
</div>
</body>
</html>

BIN
mc/pack.zip Normal file

Binary file not shown.