-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
50 lines (50 loc) · 1.63 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta author="samyls.net">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>⛏️ IIT/CC Minecraft</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="app">
<main>
<div class="board">
<img src="mcicon.png">
<h1>Minecraft Server</h1>
<h2>mc.samyls.net</h2>
<h3>Privater Server der IIT-Gruppe</h3>
<div class="statusview">
<div>
<span class="dot green"></span>
ONLINE: 4 Spieler
</div>
</div>
<div class="linkset">
<a href="/wiki">
📚
<span>Wiki</span>
</a>
<a href="/map">
🗺️
<span>Karte</span>
</a>
<a href="/downloads">
📁
<span>Downloads</span>
</a>
<a href="/manage">
🎚️
<span>Verwaltung</span>
</a>
</div>
</div>
</main>
<footer>
<span class="text-centered">
Copyright © 2020 IIT Gruppe // <a href="https://www.samyls.net">samyLS</a><br>
<span class="footer-links">
<a href="https://github.com/samyLS">GitHub</a> | <a href="https://ccserver.samyls.net/server-admin">CCS-Admin</a> | <a href="mailto:contact@samyls.net">Kontakt</a>
</span>
</span>
</footer>
</body>