-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>mlum</title>
<meta charset="utf-8">
<meta name="language" content="English">
<meta name="googlebot" content="index,archive,follow,noodp">
<meta name="robots" content="all,index,follow">
<meta name="Robots" content="All">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta property="og:site_name" content="mlum">
<meta property="author" content="mlum">
<meta property="og:image" content="https://mlum.io/image.png">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mlum.io">
<meta property="og:title" content="mlum">
<meta name="description" content="Welcome to the mlum website. We are a prison escape server hosted at Minehut - join at mlum.io or mlum.minehut.gg.">
<meta property="og:description" content="Welcome to the mlum website. We are a prison escape server hosted at Minehut - join at mlum.io or mlum.minehut.gg.">
<meta name="theme-color" content="#ff8800">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<section id="section1">
<div>
<img src="logo.webp" alt="mlum logo" height="256" width="256">
<h1>IP: mlum.io</h1>
<h3><a href="https://mlum.fandom.com">Wiki</a> - <a href="https://discord.gg/zPsUJJ2Nqp">Discord</a> - <a href="https://store.mlum.io">Store</a></h3>
<a href="#section2"><img src="arrowdown.svg" alt="Next slide" height="64" width="64"></a>
</div>
</section>
<section id="section2">
<div>
<h1>Information</h1>
<p>
mlum is an original prison escape server on Minecraft.<br>
Become a guard or riot against them, escape the prison and<br>
become a fugitive to unlock cool weapons or will you collect<br>
chocolate with the wide variety of jobs?
</p>
<a href="#section1"><img src="arrowup.svg" alt="Previous slide" height="64" width="64"></a>
<a href="#section3"><img src="arrowdown.svg" alt="Next slide" height="64" width="64"></a>
</div>
</section>
<section id="section3">
<div>
<h1>There are <span id="playerCount">0</span> players online.</h1>
<p>
Enter mlum.minehut.gg or mlum.io in your direct connect bar<br>
and press join server to start your prison adventure!
</p>
<a href="#section2"><img src="arrowup.svg" alt="Previous slide" height="64" width="64"></a>
</div>
</section>
<script src="main.js"></script>
</body>
</html>