-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata2.html
53 lines (53 loc) · 2.28 KB
/
data2.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
<!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="datapack">
<h1>Minecraft But Stone Crafting Is OP</h1>
<img class="bor" src="./Images/WhatsApp Image 2021-06-12 at 10.32.14 PM.jpeg" alt="">
<p class="top">This Is The Datapack Of Minecraft In Which Stone Can Be Used In Any Recipes To Get <strong>OP Items</strong></p>
<p>Receipes Of Stone Are</p>
</div>
<div class="do">
<img src="./Images/de92pf2-b1d7457b-6c4d-4dc8-a535-d04aaa32cab3.gif" class="turn" alt="">
<div class="button">
<h3>If You Like To Get This Datapack You <br>Can Download From Here</h3>
<button><a href="./Files/Stones Crafting Is Op.zip" download>Download</a></button>
</div>
<img src="./Images/de92pf2-b1d7457b-6c4d-4dc8-a535-d04aaa32cab3.gif" 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>
</body>
</html>