-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpack.html
44 lines (41 loc) · 1.82 KB
/
pack.html
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
<!doctype html>
<html lang="en">
<head>
<title>Tek's Texture Packs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AA Incidents List">
<meta name="keywords" content="House Builder Gang, HBG, Minecraft, Tekniik">
<meta name="author" content="Secondairy">
<link rel="icon" type="image/png" href="./src/images/logo-edit.png">
<link rel="stylesheet" href="./src/styles/incidents.css">
</head>
<body>
<section class="parent-container">
<div class="incident-container">
<div class="pack">
<text>SMP PACK</text>
<a href="https://www.planetminecraft.com/texture-pack/nature-x/" id="smp"></a>
<text class="caption">NatureX by Hothaifah</text>
</div>
<div class="pack">
<text>SPEEDRUNNING PACK</text>
<a href="https://github.com/Tekniikxd/Tekniikxd.github.io/releases/download/Pack/Tekniikraft_1.16.1.zip" id="speedrunning"></a>
<text class="caption">Custom Tekniikraft pack by</text>
<text class="caption">GNF/matthyno, karpfish and brow_nmaen</text>
</div>
<div class="pack">
<text>1.8 / PVP PACK</text>
<a href="https://www.mediafire.com/file/t422mbctna7173a/Tekniik%2527s_PvP_Pack.zip/file" id="pvp"></a>
<text class="caption">Custom modified pack</text>
</div>
<div class="pack">
<text>OLD SPEEDRUNNING / PB PACK</text>
<a href="https://www.curseforge.com/minecraft/texture-packs/ocd-pack-vanilla" id="old"></a>
<text class="caption">oCd Pack Vanilla by</text>
<text class="caption">disco_, PxLHero and AntonLandaoALVQ</text>
</div>
</div>
</section>
</body>
</html>