forked from Humii5592/WS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 2.13 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Humii's Website - Home</title>
<link rel="icon" type="image/png" href="favicon.png"
</head>
<body>
<style>
body {
background-image: url('bg.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
</style>
<h1 style="color: purple">Welcome to<b> Humii's</b> Website!</h1>
<p style="color: purple">Here you can find things that I do! So uhhh... enjoy I guess!</p>
<h1 style="color: purple"><b><u>Minecraft texture packs</u></b></h1>
<p style="color: purple">Recently I have been making Minecraft texture packs so I'll leave them here in case I lose them.</p>
<h1 style="color: purple"><u>Java Edition packs</u></h1>
<p style="color: purple">Download my Java texture pack <a href="https://bit.ly/humii_java_texture_pack">here.</a>
<p style="color: purple">Download the same texture pack with short swords <a href="https://bit.ly/humii_java_texture_pack_short_swords">here.</a></p>
<h1 style="color: purple"><u>Bedrock Edition packs</u></h1>
<a href="https://bit.ly/northern_lights_bedrock_sky_overlay_v2">Northern Lights Sky Overlay</a>
<br>
<a href="https://bit.ly/northern_lights_start_menu_overlay_bedrock">Northern Lights Sky Overlay (but on start menu)</a>
<br>
<a href="https://bit.ly/hd_font_overlay_bedrock_v2">HD Font Overlay</a>
<br>
<a href="https://bit.ly/20_plus_capes_texture_pack_by_humii">20+ Capes texture pack</a>
<br>
<a href="https://bit.ly/humii_fixed_ore_overlay_bedrock">My ore overlay</a>
<p style="color: purple">I would also like to include 2 other texture packs that I really like! (keep in mind, I didn't make these)</p>
<p style="color: purple"><a href="https://www.mediafire.com/folder/d8kog4gftvfs3/Wapaam+V2+#fgcsrs9i2xkjw">Wapaam V2 128x</a> (created by Tory, ported by <a href="https://www.youtube.com/@Zapp3r">Zapp3r</a></p>
<p style="color: purple"><a href="https://mcpedl.com/8x-redemption-pvp-8x8-pack/">Zion 8x</a> (made by <a href="https://www.youtube.com/@Chr7st">Chr7st</a>)</p>
</body>
</html