1
0
Fork 0
empact/app/app.html

28 lines
1.3 KiB
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/menu.css">
<link rel="stylesheet" href="/styles/app.css">
<link rel="stylesheet" href="/styles/charts.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/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/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>
<script src="/scripts/compiled/app.js"></script>
</html>