-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpack.html
More file actions
40 lines (35 loc) · 999 Bytes
/
pack.html
File metadata and controls
40 lines (35 loc) · 999 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>resource pack</title>
<style>
img {
width: 800px;
height: auto;
}
body {
background-color: white;
background-image: linear-gradient(white, lightgray);
</style>
</head>
<body>
<h1>napu sun resource pack gallery</h1>
<h6>download at bottom, shader used is <i>Complementary Shaders - Reimagined</i> by EminGT</h6>
<hr>
<img src="images/napusun1.png" alt="noon">
<br>
<sub>napu sun at noon</sub>
<hr>
<img src="images/napusun2.png" alt="sunset">
<br>
<sub>napu sun at sunset in rain</sub>
<hr>
<img src="images/napusun3.png" alt="another sunset">
<br>
<sub>napu sun at sunset again but without rain and in front of a forest</sub>
<hr>
<h1><a href="napu_sun.zip">click to download</a></h1>
<sub>the resource pack should work on all minecraft versions</sub>
</body>
</html>