18 lines
684 B
HTML
18 lines
684 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/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/jquery/dist/jquery.js"></script>
|
|
<script src="/scripts/colors.js"></script>
|
|
<script src="/scripts/charts.js"></script>
|
|
<script src="/scripts/app.js"></script>
|
|
</html>
|