-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation.html
More file actions
68 lines (63 loc) · 2.12 KB
/
installation.html
File metadata and controls
68 lines (63 loc) · 2.12 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
<!DOCTYPE HTML>
<html>
<head>
<title>Ben Nault</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">BNMC</a></h1>
<h2>Minecraft Servers</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li class="selected"><a href="installation.html">Modpack</a></li>
<li><a href="links.html">Server status</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<h3>Useful Stuff</h3>
<ul>
<li><a href="https://minecraft.curseforge.com/projects/enigmatica2">Modpack</a></li>
<li>Contact me: <br>Discord: Rocket#1511</li>
<li>Server IP: <br>mc.bennault.me</li>
</ul>
</div>
<div id="content">
<!-- insert the page content here -->
<h1>Installation</h1>
<ul>
<li><a href="https://www.twitch.tv/downloads">Download the Twitch app</a></li>
<li>Log in or create a Twitch account</li>
<li>Once logged in, click on <i>Mods</i>, <i>Minecraft</i>, then <i>Browse Modpacks</i></li>
<li>Search for Enigmatica 2</li>
<li>Click install on the second result (NOT expert)</li>
</ul>
<!--
<h4>Getting started</h4>
<ul>
<li></li>
<li>FireFox 25</li>
<li>Google Chrome 31</li>
</ul>
-->
</div>
</div>
<div id="footer">
Ben Nault 2019
</div>
</div>
</body>
</html>