2014-08-29 02:55:45 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2014-09-26 02:57:55 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/app.bundle.css">
|
|
|
|
|
|
|
|
<script src="js/app.bundle.js"></script>
|
|
|
|
<script src="http://0.0.0.0:35729/livereload.js"></script>
|
2014-08-30 17:17:46 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-09-26 02:57:55 +00:00
|
|
|
<script>
|
|
|
|
var app = require('burnchart');
|
|
|
|
app.render('body');
|
|
|
|
</script>
|
2014-08-30 17:17:46 +00:00
|
|
|
</body>
|
2014-08-29 02:55:45 +00:00
|
|
|
</html>
|