-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.html
94 lines (91 loc) · 3.7 KB
/
content.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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/content.css">
<title>TerraMine - Content</title>
<h1>TerraMine</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="end.html">End</a></li>
<li><a href="luckyblocks.html">Lucky Blocks</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="staff.html">Staff</a></li>
</ul>
</nav>
<link rel="icon" type="image/x-icon" href="images/terramine.ico">
</head>
<body>
<div class="title" id="title">
<h1>
Content
</h1>
</div>
<div class="content-mods">
<h1>Mods</h1>
<p><strong>Public mods :</strong></p>
<p>Drawers</p>
<p>Parties</p>
<p>xban2</p>
<p>panel_lib</p>
<p>Sethome</p>
<p>MineClone better End</p>
<p>MapFix</p>
<p>Tpr (modified)</p>
<p>Rtp</p>
<p>Areas</p>
<p>Folks</p>
<p>MobKit</p>
<p>Permatime</p>
<p>Vpn Blocker</p>
<p>Sethome</p>
<p></p>
<p>Note : Download public mods with the links at the bottom of the page.</p>
<p><strong>Private mods :</strong></p>
<p>Jobs (check the dedicated page <a style="color: #fff"; href="jobs.html">here</a>)</p>
<p>Lucky Blocks (check the dedicated page <a style="color: #fff"; href="luckyblocks.html">here</a>)</p>
<p></p>
</div>
<div class="content-pictures">
<h1>Pictures</h1>
</div>
<div class="content-note">
<p>⚠️ You'll be redirected to ContentDB by clicking on theses links.</p>
<a style="color: #35615b;" href="https://content.minetest.net/packages/Zughy/panel_lib/">Panel_lib</a>
<br>
<a style="color: #35615b"; href="https://content.minetest.net/packages/kaeza/xban2/">xban2</a>
<br>
<a style="color: #35615b"; href="https://content.minetest.net/packages/Zughy/parties/">Parties</a>
<br>
<a style="color: #35615b"; href="https://content.minetest.net/packages/LNJ/drawers/">Drawers</a>
<br>
<a style="color: #35615b"; href="https://content.minetest.net/packages/Minetest/sethome/">Sethome</a>
<br>
<a style="color: #35615b"; href="https://content.minetest.net/packages/TX_Miner/mcl_better_end/">MineClone better End</a>
<br>
<a style="color: #35615b"; href="https://content.luanti.org/packages/Gael%20de%20Sailly/mapfix/">Map Fix</a>
<br>
<a style="color: #35615b"; href="https://content.luanti.org/packages/Traxie21/tpr/">Teleport Request</a>
<br>
</div>
<div class="content-exclusiveItems">
<h1>Exclusive Items</h1>
<p>Some items are given to player on special periods, like Christmas/New Eve.</p>
<br>
<p>There are some examples</p>
<h3>Gifts</h3>
<p>There are 4 types of gifts : Blue, Green, Orange and Yellow.</p>
<p>They are obtenable from the December, 22th to the January 5th.</p>
<p>They are also usable just on this period.</p>
</div>
</body>
<footer>
<div class="footer">
<p>©, Bapt-tech, 2024</p>
</div>
</footer>
</html>