2015-03-07 14:13:47 +00:00
|
|
|
<!DOCTYPE html>
|
2015-03-16 10:32:16 +00:00
|
|
|
<html lang="en">
|
2015-03-07 14:13:47 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf8">
|
|
|
|
<title>Empact</title>
|
2015-03-16 10:32:16 +00:00
|
|
|
<link rel="shortcut icon" sizes="16x16 32x32 64x64" href="/images/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/images/favicon_128.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/images/favicon_128.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/images/favicon_128.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/images/favicon_128.png">
|
2015-03-07 15:33:02 +00:00
|
|
|
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
2015-03-17 08:57:45 +00:00
|
|
|
<link rel="stylesheet" href="/css/logo.css">
|
|
|
|
<link rel="stylesheet" href="/css/menu.css">
|
|
|
|
<link rel="stylesheet" href="/css/app.css">
|
|
|
|
<link rel="stylesheet" href="/css/charts.css">
|
2015-03-16 08:36:27 +00:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
|
2015-03-07 14:13:47 +00:00
|
|
|
</head>
|
|
|
|
<body></body>
|
2015-03-07 15:33:02 +00:00
|
|
|
<script src="/bower_components/react/react.js"></script>
|
|
|
|
<script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
|
2015-03-11 12:10:11 +00:00
|
|
|
<script src="/bower_components/lodash/lodash.js"></script>
|
2015-03-07 15:33:02 +00:00
|
|
|
<script src="/bower_components/jquery/dist/jquery.js"></script>
|
2015-03-17 08:57:45 +00:00
|
|
|
<script src="/js/date.js"></script>
|
|
|
|
<script src="/js/colors.js"></script>
|
|
|
|
<script src="/js/svground.js"></script>
|
|
|
|
<script src="/jsx/build/charts/charts.js"></script>
|
|
|
|
<script src="/jsx/build/charts/data.js"></script>
|
|
|
|
<script src="/jsx/build/charts/animation.js"></script>
|
|
|
|
<script src="/jsx/build/charts/selector.js"></script>
|
|
|
|
<script src="/jsx/build/charts/bar_chart.js"></script>
|
|
|
|
<script src="/jsx/build/charts/stacked_area_chart.js"></script>
|
|
|
|
<script src="/jsx/build/app.js"></script>
|
2015-03-07 14:13:47 +00:00
|
|
|
</html>
|