forked from stripe-archive/timberlake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 843 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<meta charset="utf-8">
<title>Timberlake :: The 20/20 Experience</title>
<link rel="shortcut icon" href="/static/img/bowtie.png">
<script src="/static/js/libs/jquery-2.1.1.min.js"></script>
<script src="/static/js/libs/d3.v3.min.js"></script>
<script src="/static/js/libs/underscore-min.js"></script>
<script src="/static/js/libs/react-0.12.1.min.js"></script>
<script src="/static/js/libs/react-router.min.js"></script>
<script src="/static/js/libs/boxplot.js"></script>
<script src="/static/js/libs/waterfall.js"></script>
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/app.css">
</head>
<body>
<script src="/static/js/app.js"></script>
</body>
</html>