23 lines
997 B
HTML
23 lines
997 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8">
|
|
<title>Empact</title>
|
|
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
|
|
<link rel="stylesheet" href="/styles/logo.css">
|
|
<link rel="stylesheet" href="/styles/app.css">
|
|
<link rel="stylesheet" href="/styles/charts.css">
|
|
</head>
|
|
<body></body>
|
|
<script src="/bower_components/react/react.js"></script>
|
|
<script src="/bower_components/react-router/build/global/ReactRouter.js"></script>
|
|
<script src="/bower_components/lodash/lodash.js"></script>
|
|
<script src="/bower_components/jquery/dist/jquery.js"></script>
|
|
<script src="/scripts/colors.js"></script>
|
|
<script src="/scripts/svground.js"></script>
|
|
<script src="/scripts/compiled/charts.js"></script>
|
|
<script src="/scripts/compiled/bar_chart.js"></script>
|
|
<script src="/scripts/compiled/stacked_area_chart.js"></script>
|
|
<script src="/scripts/compiled/app.js"></script>
|
|
</html>
|