2015-03-07 21:13:47 +07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf8">
|
|
|
|
<title>Empact</title>
|
2015-03-07 22:33:02 +07:00
|
|
|
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
2015-03-10 21:52:01 +07:00
|
|
|
<link rel="stylesheet" href="/styles/logo.css">
|
2015-03-08 15:10:40 +07:00
|
|
|
<link rel="stylesheet" href="/styles/app.css">
|
2015-03-08 17:02:14 +07:00
|
|
|
<link rel="stylesheet" href="/styles/charts.css">
|
2015-03-07 21:13:47 +07:00
|
|
|
</head>
|
|
|
|
<body></body>
|
2015-03-07 22:33:02 +07:00
|
|
|
<script src="/bower_components/react/react.js"></script>
|
|
|
|
<script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
|
2015-03-11 19:10:11 +07:00
|
|
|
<script src="/bower_components/lodash/lodash.js"></script>
|
2015-03-07 22:33:02 +07:00
|
|
|
<script src="/bower_components/jquery/dist/jquery.js"></script>
|
2015-03-08 15:10:40 +07:00
|
|
|
<script src="/scripts/colors.js"></script>
|
2015-03-11 19:10:11 +07:00
|
|
|
<script src="/scripts/svground.js"></script>
|
2015-03-13 19:08:13 +07:00
|
|
|
<script src="/scripts/compiled/charts/charts.js"></script>
|
|
|
|
<script src="/scripts/compiled/charts/data.js"></script>
|
|
|
|
<script src="/scripts/compiled/charts/animation.js"></script>
|
|
|
|
<script src="/scripts/compiled/charts/selector.js"></script>
|
|
|
|
<script src="/scripts/compiled/charts/bar_chart.js"></script>
|
|
|
|
<script src="/scripts/compiled/charts/stacked_area_chart.js"></script>
|
2015-03-11 19:10:11 +07:00
|
|
|
<script src="/scripts/compiled/app.js"></script>
|
2015-03-07 21:13:47 +07:00
|
|
|
</html>
|