This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (46 loc) · 1.55 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
<!DOCTYPE html>
<html>
<title>MyServer - Official Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/stylesheet.css">
</head>
<body>
<div class="title">
<h1>How to Start the Server</h1>
</div>
<div class="ph">
<h2>Phone</h2>
</div>
<div class="instruction">
<ol>
<li>Download and install the Minecraft app from the Google Play Store. </li>
<li>Open the app and tap "Play".</li>
<li>Tap "Servers" at the bottom of the screen.</li>
<li>Tap "Add Server".</li>
<li>Enter a name for the server (e.g. HexCraft).</li>
<li>Enter the server address (e.g. 46.4.94.213:45847).</li>
<li>Tap "Save".</li>
<li>Tap the server name to connect.</li>
</ol>
</div>
<div class="ph">
<h2>PC</h2>
</div>
<div class="instruction">
<ol>
<li>Download and install Minecraft from the official website.</li>
<li>Open Minecraft and click "Multiplayer".</li>
<li>Click "Add Server".</li>
<li>Enter a name for the server (e.g. HexCraft).</li>
<li>Enter the server address (e.g. 46.4.94.213:45847).</li>
<li>Click "Done".</li>
<li>Click the server name to connect.</li>
</ol>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/firefly.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>