-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
39 lines (34 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>404 File Not Found</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-86189816-7', 'auto', {
'allowLinker': true
});
ga('set', 'page', '404');
ga('send', 'pageview');
ga('require', 'linker');
ga('linker:autoLink', ['starter.mctrees.net']);
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=False">
</head>
<body style="text-align: center;">
<h1>Oh Sugar Butties</h1>
<hr>
<p>Error 404; the file you were looking for could not be found</p>
<h2>Possible Reasons:</h2>
<p>We broke something <b>OR</b> there isn't a Corbettmaths starter for that difficulty level today - <b>YET!</b></p>
</body>
</html>