17 lines
370 B
HTML
17 lines
370 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
|
|
<link rel="stylesheet" type="text/css" href="app.bundle.css">
|
|
|
|
<script src="app.bundle.js"></script>
|
|
<script>
|
|
$(function() {
|
|
var app = require('burnchart');
|
|
app.render('body');
|
|
});
|
|
</script>
|
|
</head>
|
|
<body></body>
|
|
</html> |