-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (29 loc) · 1.13 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
<!doctype>
<html>
<head>
<title>Koch Industries</title>
<link rel="stylesheet" type="text/css" href="public/assets/tables.css">
<!-- dependencies
<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/jquery.tablesorter/js/jquery.tablesorter.js"></script>
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="bower_components/tabletop/src/tabletop.js"></script>
<script src="js/table.js"></script>
-->
<script src="public/assets/tables.js"></script>
<base target="_parent"></base>
</head>
<body>
<p>Loading...</p>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7711782-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>
</body>
</html>