Skip to content

Commit 5748033

Browse files
committed
shut down magetower.info
1 parent e4ae903 commit 5748033

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

magetower/www/index.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<meta name="viewport" content="width=700px">
66
<title>MageTower.info</title>
77
<link rel="shortcut icon" type="image/png" href="favicon.png">
8-
<link rel="dns-prefetch" href="//data.magetower.info">
98
<style type="text/css">
109
body {
11-
font-family: sans-serif;
10+
font-family: 'Montserrat', sans-serif;
11+
font-weight: 400;
1212
margin: 40px auto 10px;
1313
max-width: 780px;
1414
line-height: 1.6;
@@ -22,6 +22,7 @@
2222
}
2323

2424
h1 {
25+
font-weight: 800;
2526
margin: 2em 1em;
2627
color: #bf9;
2728
font-size: 300%;
@@ -31,25 +32,19 @@
3132
.error {
3233
color: #bf9 !important;
3334
font-size: 125%;
34-
font-style: italic;
3535
text-align: center;
3636
}
3737

38-
#result {
39-
visibility: hidden
38+
.error a {
39+
color: #dfb;
4040
}
4141
</style>
4242
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,800" rel="stylesheet">
43-
<link href="cached/main.css?1" rel="stylesheet">
4443
</head>
4544
<body>
4645
<h1>MageTower.info</h1>
4746

48-
<noscript><p class="error">You'll need Javascript for this one, sorry.</p></noscript>
47+
<p class="error">This site is closed.<br>Visit <a href="http://www.wowhead.com/">Wowhead</a> for the current building status.</p>
4948

50-
<div id="result"></div>
51-
<div id="lastupdate"></div>
52-
53-
<script type="text/javascript" src="cached/main.js?5"></script>
5449
</body>
5550
</html>

0 commit comments

Comments
 (0)