This repository was archived by the owner on Aug 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (68 loc) · 2.51 KB
/
index.html
File metadata and controls
88 lines (68 loc) · 2.51 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
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Portal | The Storm</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="author" content="Jerred Shepherd">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="theme-color" content="#4DCCC4"/>
<meta name="msapplication-navbutton-color" content="#4DCCC4"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#4DCCC4"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="css/base.css">
<!--
Server status scripts
<script src="https://mcapi.us/scripts/minecraft.js"></script>
<script src="js/query.js"></script>
-->
<script src="js/analytics.js"></script>
</head>
<body>
<div class="pure-g portal">
<div class="pure-u-1-24 pure-u-md-1-4"></div>
<div class="pure-u-11-12 pure-u-md-1-2 logo">
<img src="/xf/styles/uix/uix/logo.png" class="logo__image">
</div>
<div class="pure-u-1-24 pure-u-md-1"></div>
<div class="pure-u-1-24 pure-u-md-7-24"></div>
<!--
Server status
If you want to show a server status, uncomment this block and hide the div below
<div class="pure-u-11-12 pure-u-md-10-24 info">
<div class="info__inner ">
<h1 class="info__h1">Server IP: ts-mc.net</h1>
<h2 class="info__h2">Loading</h2>
</div>
</div>
-->
<div class="pure-u-11-12 pure-u-md-10-24 info">
<div class="info__inner">
<h1 class="info__h1">Server IP: ts-mc.net</h1>
</div>
</div>
<div class="pure-u-1 items">
<div class="pure-g">
<a class="pure-u-1 pure-u-md-1-4 pure-u-sm-1-2 items__item"
href="https://ts-mc.net/xf/">
Forum
</a>
<a class="pure-u-1 pure-u-md-1-4 pure-u-sm-1-2 items__item"
href="https://ts-mc.net/wiki/">
Wiki
</a>
<a class="pure-u-1 pure-u-md-1-4 pure-u-sm-1-2 items__item"
href="https://ts-mc.net/shop/">
Shop
</a>
<a class="pure-u-1 pure-u-md-1-4 pure-u-sm-1-2 items__item"
href="https://ts-mc.net/livemap/">
LiveMap
</a>
</div>
</div>
</div>
</body>
</html>