-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.html
More file actions
32 lines (31 loc) · 1.37 KB
/
install.html
File metadata and controls
32 lines (31 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Install ReconnectedCC</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="modal.css">
<link rel="preload" href="Monocraft.woff2" as="font">
<meta name="description" content="Install ReconnectedCC">
</head>
<body>
<div class="modal">
<h1>Install Instructions</h1>
<p>1. Download the pack with the button below. We suggest the modern pack.</p>
<p>2. Open Prism Launcher or compatible launchers and click on "Add Instance".</p>
<p>3. Click "Import" and choose the downloaded pack.</p>
<br>
<p>The difference between the beta and classic packs is that the beta pack uses <br> the unsup updater, which has better UX and is newer, while the classic <br> pack uses the original packwiz updater.</p>
<br>
<p>Both will download the same modpack, use the other option if you are having issues.</p>
<br>
<br>
<div class="center-3">
<a href="index.html" class="mc-button">Back</a>
<a href="https://pack.reconnected.cc/ReconnectedCC.zip" class="highlight mc-button">Download <p class="smalltext">(packwiz)</p></a>
</div>
</div>
</body>
</html>