-
Notifications
You must be signed in to change notification settings - Fork 0
/
data3.html
131 lines (131 loc) · 4.21 KB
/
data3.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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!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>Datapacks</title>
<link rel="stylesheet" href="./data.css" />
<link
href="https://fonts.googleapis.com/css2?family=Bangers&family=Bebas+Neue&family=Big+Shoulders+Stencil+Display:wght@100&family=Jomhuria&family=Luckiest+Guy&family=PT+Serif&family=Staatliches&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="card">
<div class="datapack">
<h1>Minecraft But Trees Are OP</h1>
<img
class="bor"
src="./Images/maxresdefault.jpg"
alt=""
/>
<p class="top">
This Is The Datapack Of Minecraft In Which Trees Drop
<strong>OP Items</strong>
</p>
<p>Different OP Items We Get Are</p>
</div>
<div class="grid">
<div class="all-item">
<h4>Totem Of Undying</h4>
<img
class="items"
src="./Images/Totem_of_Undying_Bedrock_Animation.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Elytra</h4>
<img
class="items"
src="./Images/Enchanted_Elytra.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Netherite Enchanted Suit</h4>
<img
class="items"
src="./Images/Enchanted_Netherite_Chestplate.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Ender Pearl</h4>
<img
class="items"
src="./Images/d6c0wvk-bbe6fa38-c06f-45e6-9331-efbd567c8103.gif"
alt=""
/>
</div>
</div>
<div class="grid">
<div class="all-item">
<h4>Netheriet Sword</h4>
<img
class="items" id="size"
src="./Images/Enchanted_Netherite_Sword.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Obsidian</h4>
<img
class="items"
src="./Images/d3f5blv-335b99d6-f03f-4d1c-bbc0-7d5259f4c809.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Diamond </h4>
<img
class="items" id="size"
src="./Images/darz0p6-c135df35-834a-4c05-9629-4da136081691.gif"
alt=""
/>
</div>
<div class="all-item">
<h4>Golden Apple</h4>
<img
class="items"
src="./Images/EnchantedGoldenAppleNew.gif"
alt=""
/>
</div>
</div>
<div class="do">
<img src="./Images/de92pf2-b1d7457b-6c4d-4dc8-a535-d04aaa32cab3.gif" class="turn none" alt="">
<div class="button">
<h3>If You Like To Get This Datapack You <br>Can Download From Here</h3>
<button><a href="./Files/tree-leaves-drop-op-loot-e1050.zip" download>Download</a></button>
</div>
<img src="./Images/de92pf2-b1d7457b-6c4d-4dc8-a535-d04aaa32cab3.gif" class="none" alt="">
</div>
</div>
<div class="back">
<button><a href="./index.html">←Home</a></button>
<button><a href="./datapacks.html">Datapacks→</a></button>
</div>
<footer class="finish">
<div class="end">
<a
href="https://www.facebook.com/LazzyBot05/?notif_id=1621491735014732¬if_t=page_user_activity&ref=notif"
target="_blank"
><img src="./Images/facebook.png" alt="facebook"
/></a>
<a href="https://www.instagram.com/lazzybot05/" target="_blank"
><img src="./Images/instagram.png" alt="instagram"
/></a>
<a
href="https://www.youtube.com/channel/UCl0nQ-xdM8Qxk-5etHXlXLg"
target="_blank"
><img class="youtube" src="./Images/youtube.png" alt="youtube"
/></a>
</div>
<p class="copy"><b>Copyright © 2020-21</b></p>
</footer>
<link rel="stylesheet" href="./data.css" />
<link rel="stylesheet" href="./style1.css">
</body>
</html>