-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMods.html
More file actions
33 lines (28 loc) · 740 Bytes
/
Mods.html
File metadata and controls
33 lines (28 loc) · 740 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title> Th3impasta</title>
</head>
<body>
<div class="row">
<div class="col-3">
<ul>
<li> <a href="./index.html"> Home page </a> </li>
<li> <a href="./Myself.html"> About me </a> </li>
<li> <a href="./Mods.html"> Minecraft Mods </a> </li>
<li> <a href="./Articles.html"> Articles </a> </li>
</ul>
</div>
<div class="col-9">
<h1>Minecraft Mods</h1>
<p>Modlist:</p>
<ol>
<li><a href="https://th3impasta.github.io/WonderousWizardryV1.jar">Wonderous Wizardry V1</li>
</ol>
</div>
</div>
</body>
</html>