-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (67 loc) · 2.94 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
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
<!DOCTYPE html>
<html lang="en">
<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/index.css">
<title>TerraMine - Home</title>
<h1>TerraMine</h1>
<nav>
<ul>
<li><a href="content.html">Content</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>
<header>
<div class="title" id="title">
<h1>Welcome to the TerraMine Website !</h1>
</div>
</header>
<div class="text-info">
<p><strong>TerraMine</strong></p>
<p><strong>Address : </strong>terramine.myddns.me</p>
<p><strong>Port : </strong>30000</p>
<p><strong>Game : </strong>Mineclonia</p>
<p><strong>Mods : </strong>Check the list in Content<a></p>
<p><strong>Player limit : </strong>15</p>
</div>
<div class="text-info">
<h1>TerraMine will have his own Wiki !</h1>
<h2>It will be available soon !</h2>
<h2>Stay tuned !</h2>
</div>
<div class="text-info">
<p>
TerraMine is a unique Mineclonia PvP/survival server dedicated to providing an exceptional gaming experience for all players. Our server stands out with its carefully crafted features and balanced gameplay mechanics. Our main features include:
<br><br>
• A friendly and welcoming community that helps new players<br>
• Regular events and activities to keep the gameplay exciting<br>
• Balanced PvP and survival gameplay with custom rules<br>
• Advanced jobs and economy system for progression<br>
• Dedicated and active staff team available to help<br>
• Unique lucky blocks system with special rewards<br>
• Custom terrain generation and protected areas<br>
• Special events during week-ends<br>
• Trading system between players<br>
• Regular updates and improvements<br>
• Anti-cheat protection for fair play<br>
• Community voting on server changes
</p>
</div>
</body>
<footer>
<div class="footer">
<p><strong>©</strong>, Bapt-tech, 2024</p>
<p>Powered by O.P. (:</p>
</div>
</footer>
</body>
</html>