mc
This commit is contained in:
35
mc.html
Normal file
35
mc.html
Normal 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
BIN
mc/pack.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user