2014-08-28 19:55:45 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
|
2014-08-30 10:17:46 -07:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/app.bundle.css">
|
2014-08-28 19:55:45 -07:00
|
|
|
|
2014-08-30 10:17:46 -07:00
|
|
|
<script src="js/app.bundle.js"></script>
|
2014-09-14 09:33:15 -07:00
|
|
|
<script src="http://0.0.0.0:35729/livereload.js"></script>
|
2014-08-30 10:17:46 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-08-28 19:55:45 -07:00
|
|
|
<script>
|
|
|
|
var app = require('burnchart');
|
2014-08-28 20:52:45 -07:00
|
|
|
app.render('body');
|
2014-08-28 19:55:45 -07:00
|
|
|
</script>
|
2014-08-30 10:17:46 -07:00
|
|
|
</body>
|
2014-08-28 19:55:45 -07:00
|
|
|
</html>
|