-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
36 lines (32 loc) · 1.3 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<link href="js/highlight/styles/solarized_light.css" rel="stylesheet">
<script src="js/highlight/highlight.pack.js"></script>
<script src="js/showdown.js"></script>
<script src="js/ender.min.js"></script>
<script src="js/docstore.js"></script>
<script src="js/MathJax/MathJax.js?config=TeX-AMS_HTML"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28726408-1']);
_gaq.push(['_setDomainName', 'haldean.org']);
_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>
<div id="content"></div>
<div id="bottom">
<a href="http://haldean.org">haldean.org</a> |
powered by <a href="http://github.com/haldean/docstore">docstore</a> |
<a href="#" id="viewsource">get markdown source</a> |
<a href="http://creativecommons.org/licenses/by-sa/2.0/">
released under CC BY-SA</a>
</div>
</body>
</html>