-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 2.65 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 2.65 KB
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
<!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="/terramine/assets/index.css">
<link rel="icon" type="image/x-icon" href="/terramine/assets/favicon.ico">
<title>TerraMine - Home</title>
<h1>TerraMine</h1>
<nav>
<ul>
<li><a href="/terramine/content">Content</a></li>
<li><a href="/terramine/jobs">Jobs</a></li>
<li><a href="/terramine/end">End</a></li>
<li><a href="/terramine/luckyblocks">Lucky Blocks</a></li>
<li><a href="/terramine/rules">Rules</a></li>
<li><a href="/terramine/staff">Staff</a></li>
</ul>
</nav>
</head>
<body>
<header>
<h1>Welcome to the TerraMine Website !</h1><br>
<h3><a href="/terramine/wiki">TerraMine Wiki</a></h3>
</header>
<div class="info">
<h2>
TerraMine
</h2>
<p>Address: terramine.myddns.me</p>
<p>Port: 30000</p>
<h2>
TerraMine - MINAGE
</h2>
<p>Address: terramine.myddns.me</p>
<p>Port: 30003</p>
</div>
<div class="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>
<p><strong>©</strong> Bapt-tech, 2025</p>
</footer>
</html>