This repository was archived by the owner on Jul 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (76 loc) · 4.18 KB
/
index.html
File metadata and controls
76 lines (76 loc) · 4.18 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
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png"/>
<link rel="manifest" href="/favicons/site.webmanifest"/>
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#db7c00"/>
<link rel="shortcut icon" href="/favicons/favicon.ico"/>
<meta name="msapplication-TileColor" content="#1e1e1e"/>
<meta name="msapplication-config" content="/favicons/browserconfig.xml"/>
<meta name="theme-color" content="#ffffff"/>
<meta name="description" content="Sol Client is an open source Minecraft Client with many useful features."/>
<meta name="keywords" content="Minecraft, Minecraft Client, PVP, Minecraft PVP, PVP Client, Minecraft Mod, Replay Mod, Hypixel">
<meta property="og:title" content="Sol Client"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://sol-client.github.io/"/>
<meta property="og:image" content="https://sol-client.github.io/favicons/thumbnail.jpg"/>
<meta property="og:site_name" content="Sol Client"/>
<meta property="og:locale" content="en-gb"/>
<meta property="og:description" content="Sol Client is an open source Minecraft Client with many useful features."/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="twitter:domain" content="sol-client.github.io"/>
<meta property="twitter:url" content="https://sol-client.github.io/"/>
<meta name="twitter:title" content="Sol Client"/>
<meta name="twitter:description" content="Sol Client is an open source Minecraft Client with many useful features."/>
<meta name="twitter:image" content="https://sol-client.github.io/favicons/thumbnail.jpg"/>
<title>Sol Client - Open Source Minecraft Client</title>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="style.css" rel="stylesheet"/>
<script src="script.js" defer></script>
<title>Sol Client - Open Source Minecraft Client</title>
</head>
<body>
<header id="header">
<div class="logobg" id="logo"></div>
<br>
<h1 class="linear-wipe">Sol Client</h1>
<h3>Yet another Minecraft Client</h3>
<br><br>
<a style="background-color: #212121; box-shadow: 0px 0px 2px #fff" href="https://github.com/Sol-Client/Client">GitHub</a>
<a style="background-color: #7289DA; box-shadow: 0px 0px 2px #9aaffd" href="https://discord.gg/TSAkhgXNbK">Discord</a>
<br><br><br><br>
<a style="background-color: #88fa88; box-shadow: 0px 0px 2px #c3ffc3; color: black;" id="download-button" href="https://github.com/Sol-Client/installer/releases">Download</a>
</header>
<br><br>
<h2>Features</h2>
<div class="features">
<div class="feature">
<img src="https://github.com/FelixFromDiscord/sol-web-rewrite/raw/main/hud.svg" alt="HUD Icon" height="150px">
<p class="feature-desc">Customisable HUD</p>
</div>
<div class="feature">
<img src="https://github.com/FelixFromDiscord/sol-web-rewrite/raw/main/sword.svg" alt="Sword Icon" height="150px">
<p class="feature-desc">1.8 Support</p>
</div>
<div class="feature">
<img src="https://github.com/FelixFromDiscord/sol-web-rewrite/raw/main/replay.svg" alt="Replay Icon" height="150px">
<p class="feature-desc">Replay Mod *</p>
</div>
<div class="feature">
<img src="https://github.com/FelixFromDiscord/sol-web-rewrite/raw/main/servers.svg" alt="Sword Icon" height="150px">
<p class="feature-desc">Server Integration</p>
</div>
</div>
<br>
<h4 class="note">
* Replay mod is modified from the Forge mod originally created by Johni and CrushedPixel.
</h4>
<br>
<small>Site created by FelixFromDiscord, TheKodeToad and eyezah.</small>
</body>
</html>