forked from aslushnikov/ftree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (48 loc) · 1.94 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
47
48
49
50
51
<base href="./src/">
<title>The Kalashyan Family Tree</title>
<meta name="viewport" content="width=1100">
<meta name="description" content="The Kalashyan Family Tree. From ancestors to future generations, from the roots to the top.">
<meta property="og:image" content="http://sedrak.info/we.jpg">
<meta property="og:image:url" content="http://sedrak.info/we.jpg">
<script src='./third_party/polyfill-fetch.js'></script>
<script src='./third_party/papaparse.min.js'></script>
<script src='./app.js'></script>
<script src='./utils/platform.js'></script>
<script src='./utils/geometry.js'></script>
<script src='./family_tree.js'></script>
<script src='./sun_layout.js'></script>
<script src='./renderer.js'></script>
<script src='./canvas_renderer.js'></script>
<script src='./svg_renderer.js'></script>
<script src='./tree_loader.js'></script>
<script src='./interaction_controller.js'></script>
<script src='./debug_controls.js'></script>
<script src='./index.js'></script>
<link rel='stylesheet' href='style.css'>
<link rel='stylesheet' href='debug_controls.css'>
<link rel='stylesheet' href='svg_renderer.css'>
<link rel="icon" type="image/png" href="/favicon.png" />
<div class='overlay'>
<header>
<div>
<div class='title'></div>
<div class='subtitle'></div>
</div>
<div class='top-right'>
<select class='config-selector'></select>
<div class='tutorial'></div>
</div>
</header>
<div class='viewport'></div>
<footer>
</footer>
</div>
<!-- REMOVE THIS WHEN FORKED -->
<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-24607980-7', 'auto');
ga('send', 'pageview');
</script>