-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
78 lines (67 loc) · 3.17 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ClassicMC</title>
<link rel="icon" href="img/headLogo.png">
<link href="css/reset.css" rel="stylesheet" type="text/css" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="website-background"></div>
<div class="content">
<div class="logo">
<img src="img/classicmclogo.png">
<div class="serverDetails">
<p>play.classic-mc.net</p>
<div class="onlineStatus">
<p id="onlinePlayers">0/50 Players Online</p>
<img id="onlineImg" src="https://upload.wikimedia.org/wikipedia/commons/1/16/Status-user-online-icon.png">
</div>
</div>
</div>
<div class="topbar">
<a class="round-left float-left dash-border-right" href="index.html">Home</a>
<a class="dash-border-right float-left" href="connect.html">IP</a>
<a class="dash-border-right float-left" href="wiki.html">Wiki</a>
<a class="dash-border-right float-left" href="map.html">Map</a>
<a class="dash-border-right float-left" href="contact.html">Contact</a>
<a class="dash-border-left round-right float-right" href="#">Register/Sign in</a>
</div>
<div class="page-content-wrapper">
<div class="page-content">
<!-- START OF CONTENT -->
<h2>Test</h2>
<h2>Other subtitle</h2>
<!-- END OF CONTENT -->
</div>
<div class="page-browser">
<div class="contents">
<p class="contentsTitle">Contents:</p>
<div id="contentsLinks"></div>
</div>
<div class="discordWidget">
<div class="discordWidgetTitle">
</div>
<div class="discordWidgetContent">
</div>
<div class="discordWidgetFooter">
</div>
</div>
<iframe src="https://discord.com/widget?id=905515836545069056&theme=dark" width="100%" height="400vh" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
<div class="footer">
<p>© Copyright ClassicMC 2021</p>
<div class="footerLinks">
<a href="https://www.youtube.com/channel/UC6Ry6Oi3f12FIGGktJ64N1Q" target="_blank"><img src="https://cdn.icon-icons.com/icons2/1211/PNG/512/1491579609-yumminkysocialmedia08_83079.png"></a>
<a href="https://twitter.com/PlayClassicMC" target="_blank"><img src="img/twitter.png"></a>
<a href="https://www.tiktok.com/@classicmc_" target="_blank"><img src="img/tik-tok.png"></a>
<a href="https://discord.gg/pYAZfwnhAr" target="_blank"><img src="img/discord.png"></a>
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>