burnchart/public/index.html

17 lines
414 B
HTML
Raw Normal View History

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