-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>Lux Client</title>
</head>
<body>
<div class="head">
<img src="./assets/logo.png" alt="logo" width="250" height="250" class="logo">
<h1>LUX CLIENT</h1>
<div class="socials">
<a href="https://www.youtube.com/channel/UCdSdIgNjbeQwRlwu8Ar4MsA" target="_blank" class="social-link">
<img src="./assets/socials/youtube.png" alt="youtube" width="40" height="40" class="social-image">
</a>
<a href="https://github.com/LuxClient" target="_blank" class="social-link">
<img src="./assets/socials/github.png" alt="github" width="40" height="40" class="social-image">
</a>
<a href="https://discord.gg/EzQj29Czke" target="_blank" class="social-link">
<img src="./assets/socials/discord.png" alt="discord" width="40" height="40" class="social-image">
</a>
</div>
</div>
<h2>DOWNLOAD</h2>
<div class="download">
<span class="download-os">
<img src="./assets/os/windows.png" alt="windows" width="100" height="100">
<a href="" class="download-blocked">SOON</a>
</span>
<span class="download-os">
<img src="./assets/os/osx.png" alt="macos" width="100" height="100">
<a href="" class="download-blocked">SOON</a>
</span>
<span class="download-os">
<img src="./assets/os/linux.png" alt="linux" width="100" height="100">
<a href="" class="download-blocked">SOON</a>
</span>
</div>
<div class="info">
<img src="./assets/info.png" alt="info" width="42" height="42">
<p>At the moment the client is only avalible to play for whitelisted people. <br>
More infos on how to get whitelisted on our <a href="https://discord.gg/EzQj29Czke">discord server</a>.</p>
</div>
</body>
</html>