-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (42 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>PolyesterMC</title>
<meta name="description" content="Fabric for Alpha">
<link rel="stylesheet" href="index.css">
<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@300&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="assets/icon.ico">
</head>
<html>
<div id="title-part">
<img src="assets/icon.ico" id="icon" alt="Polyester Logo">
<a href="https://discord.gg/CtN8h3bp" id="linenmoment"><h1 id="title">PolyesterMC</h1></a>
</div>
<div id="main-info">
<h1 class=>about</h1>
<p class="info-text">Polyester is an open source modding framework that ports the <a href="https://fabricmc.net">FabricMC</a>
framework to alpha versions of minecraft.</p>
<h1 style="margin-top:30px;">installation</h1>
<h2 style="font-weight: lighter;">For Developers:</h2>
<ul>
<li>Example Mod: <a href="https://github.com/PolyesterMC/polyester-example-mod">here</a></li>
<li>Linen (The Mappings): <a href="https://github.com/PolyesterMC/Linen">here</a></li>
<li>Intermediary: <a href="https://github.com/PolyesterMC/alpha-intermediary">here</a></li>
</ul>
<h2 style="font-weight: lighter;">For Players:</h2>
<h3>Join the Discord! <a href="https://discord.gg/9m3zE9TySv">here.</a></h3>
<h1 style="margin-top:30px;">contributing</h1>
<p>Any and all contributions to Polyester is appreciated. To contribute, go to one of the repositories, fork it, make your changes and then
open a pull request. If it is up to standard, One of the members will merge it.
</p>
<h1 style="margin-top:30px;">relevant</h1>
<ul>
<li>Organization Link: <a href="https://github.com/PolyesterMC/">here</a></li>
<li>Website Source: <a href="https://github.com/PolyesterMC/PolyesterMC.github.io">here</a></li>
<li>Contact Me: corejourney#5901</li>
</ul>
</div>
</body>
</html>