-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmaintenance.html
63 lines (62 loc) · 2.2 KB
/
maintenance.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="Monitoring the health of the Warcraft III Battle.net community via data visualization and statistics">
<meta name="keywords" content="warcraft 3 iii war3 wc3 arranged team random team 2v2 3v3 4v4 ffa northrend azeroth lordaeron kalimdor useast uswest europe asia highperch">
<meta property="og:image" content="https://arranged.team/img/secretthumb.png" />
<link rel = "stylesheet" href = "/css/wig-heat.css">
<title>arranged.team - where's my wig</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-4087825-11', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="tabs">
<div class="tab" id="tab-allrealms">
<a href="/#allrealms">All Realms</a>
</div>
<div class="tab" id="tab-northrend">
<a href="/#northrend">Northrend</a>
</div>
<div class="tab" id="tab-azeroth">
<a href="/#azeroth">Azeroth</a>
</div>
<div class="tab" id="tab-lordaeron">
<a href="/#lordaeron">Lordaeron</a>
</div>
<div class="tab" id="tab-kalimdor">
<a href="/#kalimdor">Kalimdor</a>
</div>
<div class="tab" id="tab-">
<a href="/heatmaps/">Heatmaps</a>
</div>
<div class="tab" id="tab-">
<a href="/stats/">Statistics</a>
</div>
<div class="tab" id="tab-">
<a href="/about/">About</a>
</div>
</div>
<div class="maintbox">
<div class="maintboxheader">
<div class="maintboxtitle">
maintenance!
</div>
</div>
<div class="maintboxbody">
<div class="maintboxline">
<i>bbiab</i>
</div>
<div class="maintboxline">
<i>if this lasts longer than like 10 minutes, something's broken</i>
</div>
</div>
</div>
</body>
</html>