-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminecraft-java.html
More file actions
112 lines (111 loc) · 7.04 KB
/
minecraft-java.html
File metadata and controls
112 lines (111 loc) · 7.04 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
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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<title>SuperMods</title>
<link rel="icon" type="image/x-icon" href="images/steve.jpg">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="images/steve.jpg" alt="" width="50" height="50"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" href="minecraft-java.html">Java</a>
<a class="nav-link" href="minecraft-bedrock.html">Bedrock</a>
</div>
</div>
</div>
</nav>
</head>
<body>
<div class="px-4 pt-5 text-center">
<img class="d-block mx-auto mb-4" src="images/tl.jpg" alt="" width="100" height="100">
<h1 class="display-5 fw-bold text-body-emphasis">Installing Minecraft Java</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">To install Minecraft Java you will need to install Tlauncher which is the best Minecraft launcher, To install, All you need to do is to click on the Install button and open the installer file and follow the instructions and you will be ready.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<div class="dropdown">
<button class="btn btn-light btn-lg px-4" type="button" data-bs-toggle="dropdown" aria-expanded="">
Install
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://tlauncher.org/installer">Windows</a></li>
<li><a class="dropdown-item" href="https://tlauncher.org/jar">Mac</a></li>
<li><a class="dropdown-item" href="https://tlauncher.org/jar">Linux</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container px-4 pb-5" id="featured-3">
<h2 class="pb-2 border-bottom">What Are You Looking For?</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<img src="images/resourcepacks.jpg" alt="" width="70" height="70">
</div>
<h3 class="fs-2 text-body-emphasis">Resource Packs</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<a href="#" class="btn btn-outline-light">
Show Me
</a>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<img src="images/mods.jpg" alt="" width="70" height="70">
</div>
<h3 class="fs-2 text-body-emphasis">Mods</h3>
<p>Explore a lot of exciting Minecraft Java edition mods, These mods are random but its good, You can now download any mod you like.</p>
<a href="java-mods.html" class="btn btn-outline-light">
Show Me
</a>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<svg class="bi" width="1em" height="1em"><use xlink:href="#toggles2"></use></svg>
</div>
<h3 class="fs-2 text-body-emphasis">Servers</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<a href="#" class="btn btn-outline-light">
Show Me
</a>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<svg class="bi" width="1em" height="1em"><use xlink:href="#toggles2"></use></svg>
</div>
<h3 class="fs-2 text-body-emphasis">Data Packs</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<a href="#" class="btn btn-outline-light">
Show Me
</a>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<svg class="bi" width="1em" height="1em"><use xlink:href="#toggles2"></use></svg>
</div>
<h3 class="fs-2 text-body-emphasis">Maps</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<a href="#" class="btn btn-outline-light">
Show Me
</a>
</div>
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<svg class="bi" width="1em" height="1em"><use xlink:href="#toggles2"></use></svg>
</div>
<h3 class="fs-2 text-body-emphasis">Skins</h3>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<a href="#" class="btn btn-outline-light">
Show Me
</a>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>