-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (59 loc) · 2.07 KB
/
index.html
File metadata and controls
72 lines (59 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devpacket</title>
<link rel="stylesheet" href="styles.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div class="header">
<nav>
<img class="logo" src="img/icon.png" unselectable="on">
<ul class="navlinks">
<li><a href="/index.html">Home</a></li>
<li><a href="https://github.com/Dev-Packet">Github</a></li>
<li><a href="https://discord.gg/apqCEjJr">Discord</a></li>
</ul>
</nav>
</div>
<h2 class="spacer">.</h2>
<h1 class="stikosek">stikosekutilities2</h1>
<div class="background"></div>
<div class="content">
<h2>An advanced Muck utility mod by DevPacket</h2>
<h2>We do like the letter <span class="h" onclick="h_OnClick()">h</span></h2>
</div>
<div id="hgif" hidden="true" class="hgif">
<img src="https://c.tenor.com/xwhNNv6-lDgAAAAC/h-apple-apple-h.gif" draggable="false">
</div>
<h2 class="spacer">.</h2>
<div class="features">
<h1>Current Features</h1>
<ul class="featuresul">
<li>GodMode</li>
<li>No Hunger</li>
<li>Insta Kill</li>
<li>Insta Mine</li>
<li>Free chests</li>
<li>Infinite Stamina</li>
<li>Click Tp</li>
<li>Speed (Variable)</li>
<li>Fly</li>
<li>Jesus</li>
<li>Get / Reset all achievments</li>
</ul>
</div>
<div class="download">
<h1>Download</h1>
<ul class="downloads">
<p>Recomended:</p>
<li><a href="https://github.com/Dev-Packet/stikosekutilities2-installer/releases/latest/download/stikosekutilities2_Installer.exe" target="_blank">Download installer</a></li>
<li><br></li>
<li><a href="https://github.com/Dev-Packet/stikosekutilities2" target="_blank">Manual download</a></li>
</ul>
</div>
</body>
</html>