-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (107 loc) · 4.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<title>ElyPrismLauncher · Home</title>
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="icon" type="image/css" href="/assets/svg/org.prismlauncher.PrismLauncher.svg">
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.75 user-scalable=no">
<meta name="theme-color" content="#207e5c">
<meta property="og:title" content="Home">
<meta property="og:site_name" content="ElyPrismLauncher">
<meta property="og:description" content="Welcome to ElyPrismLauncher!">
<meta property="og:image" content="/assets/png/org.prismlauncher.PrismLauncher.png">
</head>
<body>
<div class="header">
<a href="/">
<img alt="ElyPrismLauncher" src="/assets/svg/org.prismlauncher.PrismLauncher.logo-darkmode.svg" draggable="false"></a>
<h1>Welcome to ElyPrismLauncher!</h1>
</div>
<div class="content">
An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods.
<br class="extended">
<a href="https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/latest">
<button><img alt="Download Icon" src="/assets/svg/download.svg">
Download
</button></a>
</div>
<div class="content">
<h2>Features</h2><hr>
<b>Modpack management</b><br>
Install and launch modpacks easily, while keeping them clean. No longer do you need to manually install them, and
updating feature is coming soon. ElyPrismLauncher can do that for you, without installing tons of separate launchers.
<br class="extended">
<b>Download & Update Mods</b><br>
Are you sick of finding and adding that one mod you need? ElyPrismLauncher is able to download & update individual mods from
outside modpacks using Modrinth and CurseForge.
<br class="extended">
<b>Minecraft instance management</b><br>
Did your settings ever reset after launching an older version? Did you ever accidentally break a world because you
opened it in an old version? Are you tired of manually switching mods for different versions, installing modloaders?
<br>ElyPrismLauncher can help. Each Minecraft instance has its own folder, with separate mods, resourcepacks and other
things.
<br class="extended">
<b>Lightweight & Customizable</b><br>
You don't need an embedded web browser for a game launcher. ElyPrismLauncher uses the Qt toolkit, which requires little system
resources. ElyPrismLauncher also supports customizing the instance window and theme.
</div>
<div class="content">
<h2>Get Involved</h2><hr>
To talk directly to us and get involved with development:
<br class="extended">
<a href="https://discord.gg/5kcBCvnbTp">
<button><img alt="Discord Icon" src="/assets/svg/discord.svg">
Octol1ttle's Studio
</button></a>
</div>
<div class="content">
<h2>Source code</h2><hr>
All code is available on the GitHub under the <a href="https://choosealicense.com/licenses/gpl-3.0/">GPL-3</a>
license.
Source for this website is hosted under the <a href="https://choosealicense.com/licenses/agpl-3.0/">AGPL-3</a>
license.
The logo and related assets are under the <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a>
license.
<br class="extended">
<a href="https://github.com/ElyPrismLauncher/ElyPrismLauncher">
<button>
<img alt="GitHub Icon" src="/assets/svg/github.svg">
ElyPrismLauncher/ElyPrismLauncher
</button></a>
<a href="https://github.com/ElyPrismLauncher/elyprismlauncher.github.io">
<button>
<img alt="GitHub Icon" src="/assets/svg/github.svg">
ElyPrismLauncher/elyprismlauncher.github.io
</button></a>
</div>
<div class="footer">
<span class="left">
<img alt="EPL Logo" class="logo" src="/assets/svg/org.prismlauncher.PrismLauncher.svg" draggable="false">
ElyPrismLauncher
<button disabled title="You are here."><img alt="Home Icon" src="/assets/svg/home.svg">
Home
</button>
<a href="/about">
<button><img alt="Help Icon" src="/assets/svg/help.svg">
About
</button></a>
<a href="https://discord.gg/5kcBCvnbTp">
<button><img alt="Discord Icon" src="/assets/svg/discord.svg">
Community
</button></a>
<a href="https://github.com/ElyPrismLauncher/ElyPrismLauncher/releases/latest">
<button><img alt="Download Icon" src="/assets/svg/download.svg">
Download
</button></a>
</span>
<span class="right">
<a href="https://github.com/ElyPrismLauncher/ElyPrismLauncher">
<button>
<img alt="GitHub Icon" src="/assets/svg/github.svg">
ElyPrismLauncher/ElyPrismLauncher
</button></a>
</span>
</div>
</body>
</html>