-
Notifications
You must be signed in to change notification settings - Fork 42
/
index.html
46 lines (35 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<title>GitHub High Scores</title>
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="shortcut icon" />
<link href="/github-high-scores/img/favicon.png" type="image/png" rel="icon" />
<link href="/github-high-scores/css/style.css" type="text/css" rel="stylesheet" />
<script src="/github-high-scores/js/handlebars-runtime.min.js"></script>
<script src="/github-high-scores/js/handlebars.js"></script>
</head>
<body>
<h1 class="left"><a href="/github-high-scores/">GitHub High Scores</a></h1>
<div class="wrapper">
</div>
<p>
<a href="/github-high-scores/credits">Credits</a> 0
</p>
<p>
<a href="https://github.com/leereilly/github-high-scores">Fork me on GitHub</a>!
<a href="http://twitter.com/share?text=Check+out+the+high+score+chart+for+your+GitHub+repo%21&url=https%3A%2F%2Fleereilly.net/github-high-scores%2F" target="_blank">Tweet this!</a>
</p>
<p class="copyright">© <a href="http://www.leereilly.net">Lee Reilly</a> 2016</p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23602389-1']);
_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>
<script src="/github-high-scores/js/app.js"></script>
</body>
</html>