-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
85 lines (78 loc) · 3.48 KB
/
404.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
<!doctype html>
<html lang="en">
<head>
<title>Massive Report > Data</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.5" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link href="/styles/reset.css" rel="stylesheet" type="text/css">
<link href="/styles/styles.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-13277032-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<a class="semantic" href="#content">Skip to Content</a>
<div class="container">
<header>
<ul class="massive-network">
<li><a href="http://www.massivereport.com">Massive Report</a></li>
<li class="selected"><a href="/">Data</a></li>
</ul>
<div class="site-title">
<a href="/">Data</a>
</div>
<nav>
</nav>
</header>
<section id="content">
<h1>We're terribly sorry...</h1>
<p>The page you're looking for could not be located. It's not you, it's us. We're in the midst of moving to a new host, and a bunch of files got put in the wrong box. Hopefully we'll have things back in working order shortly.</p>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-6070488433813160";
var theWidth = $(document).width();
switch(true)
{
case (theWidth <= 580):
/* Small Square Footer */
google_ad_slot = "0380911343";
google_ad_width = 200;
google_ad_height = 200;
break;
case (theWidth <= 980):
/* Banner Footer */
google_ad_slot = "1477345654";
google_ad_width = 468;
google_ad_height = 60;
break;
default:
/* Leaderboard Footer */
google_ad_slot = "4336703467";
google_ad_width = 728;
google_ad_height = 90;
}
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</section>
<footer>
<p>Massive Report Data is a production of Matthew Bernhardt for Massive Report. Please contact Matt by <a href="mailto:bernhardtsoccer@yahoo.com?subject=MRData">email</a>, <a href="http://www.facebook.com/BernhardtSoccer">Facebook</a> or <a href="http://twitter.com/bernhardtsoccer">Twitter</a> with any questions or concerns.</p>
<ul class="inline" style="float: right;">
<li style="margin-right: 30px;"><a href="http://flattr.com/thing/1801973/Massive-Report-Data" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></li>
</ul>
</footer>
</div>
</body>
</html>