This repository has been archived by the owner on May 18, 2022. It is now read-only.
forked from xPaw/mcstatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (101 loc) · 4.75 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Minecraft Status · Is Minecraft Down?</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,400">
<meta name="description" content="Minecraft (Login) Servers Status Checker. When you are getting 'Can't connect to minecraft.net' or 'Took too long to log in' errors, this is a great page to check if Minecraft's servers are acting up.">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta property="og:title" content="Minecraft Status">
<meta property="og:site_name" content="Minecraft Status">
<meta property="og:description" content="Minecraft (Login) Servers Status Checker. When you are getting 'Can't connect to minecraft.net' or 'Took too long to log in' errors, this is a great page to check if Minecraft's servers are acting up.">
<meta property="og:type" content="website">
<!-- MOBILE -->
<meta name="application-name" content="Minecraft Status">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
</head>
<body>
<div class="wrapper">
<div class="container">
<h1 class="text-center">Current status of Minecraft services</h1>
<div class="text-center">
<div id="login" class="span2">
<div class="service">
<div class="name">Login</div>
<h2 class="status">Loading…</h2>
</div>
<div class="uptime"> </div>
</div>
<div id="session" class="span2">
<div class="service">
<div class="name">Session</div>
<h2 class="status">Loading…</h2>
</div>
<div class="uptime"> </div>
</div>
<div id="website" class="span2">
<div class="service">
<div class="name">Website</div>
<h2 class="status">Loading…</h2>
</div>
<div class="uptime"> </div>
</div>
<div id="skins" class="span2">
<div class="service">
<div class="name">Textures</div>
<h2 class="status">Loading…</h2>
</div>
<div class="uptime"> </div>
</div>
<div id="realms" class="span2">
<div class="service">
<div class="name">Realms</div>
<h2 class="status">Loading…</h2>
</div>
<div class="uptime"> </div>
</div>
</div>
<noscript>This will not work without JavaScript enabled</noscript>
<div id="announcement" class="psa"></div>
<div class="footer">
<hr class="dotted">
<div class="text-center">
<div class="footer-line">Created by <a target="_blank" href="//xpaw.me">xPaw</a> & <a target="_blank" href="//erodionov.ru">Evgeny Rodionov</a></div>
<div class="footer-line">
<div class="twitter">
<svg viewBox="0 0 32 32" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M28.25,7.134c1.436-0.882,2.385-2.086,2.852-3.616c-1.396,0.741-2.789,1.25-4.178,1.53
c-1.25-1.344-2.834-2.026-4.729-2.026c-1.854,0-3.42,0.65-4.699,1.916c-1.271,1.275-1.912,2.824-1.912,4.631
c0,0.549,0.068,1.04,0.207,1.457C10.323,10.838,5.797,8.569,2.23,4.204C1.627,5.272,1.324,6.36,1.324,7.485
c0,2.312,0.977,4.146,2.925,5.491c-1.111-0.094-2.091-0.375-2.925-0.835c0,1.651,0.485,3.031,1.457,4.245
c0.977,1.201,2.23,1.969,3.761,2.295c-0.555,0.143-1.14,0.21-1.74,0.21c-0.555,0-0.948-0.047-1.181-0.147
c0.409,1.346,1.181,2.438,2.295,3.272c1.111,0.839,2.389,1.283,3.826,1.321c-2.369,1.857-5.076,2.777-8.139,2.777
c-0.75,0-1.281-0.011-1.604-0.069c3.016,1.96,6.375,2.933,10.09,2.933c3.803,0,7.162-0.964,10.088-2.891
c2.924-1.917,5.082-4.281,6.469-7.064c1.393-2.781,2.082-5.675,2.082-8.696V9.494C30.076,8.481,31.166,7.339,32,6.079
C30.791,6.6,29.541,6.954,28.25,7.134z"></path>
</svg>
</div>
<a target="_blank" href="https://twitter.com/MojangStatus">MojangStatus</a>
</div>
</div>
<hr class="dotted">
<div class="pull-left muted">Last update: <span id="last-update">00:00:00 UTC</span>. Refreshing in <span id="time-to-update" class="light-blue">∞</span> seconds.</div>
<div class="pull-right muted">
<span class="notifications"><a href="#">Enable notifications</a></span>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="assets/mcstatus.js"></script>
</body>
</html>