1
0
Fork 0
empact/app/app.html

19 lines
740 B
HTML
Raw Normal View History

2015-03-07 14:13:47 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>Empact</title>
2015-03-07 15:33:02 +00:00
<link rel="stylesheet" href="/bower_components/normalize.css/normalize.css">
2015-03-10 14:52:01 +00:00
<link rel="stylesheet" href="/styles/logo.css">
2015-03-08 08:10:40 +00:00
<link rel="stylesheet" href="/styles/app.css">
2015-03-08 10:02:14 +00:00
<link rel="stylesheet" href="/styles/charts.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>
<script src="/bower_components/jquery/dist/jquery.js"></script>
2015-03-08 08:10:40 +00:00
<script src="/scripts/colors.js"></script>
<script src="/scripts/charts.js"></script>
<script src="/scripts/app.js"></script>
2015-03-07 14:13:47 +00:00
</html>