burnchart/public/index.html

12 lines
275 B
HTML
Raw Normal View History

2014-08-28 19:55:45 -07:00
<!DOCTYPE html>
<html>
<head>
2014-09-25 19:57:55 -07:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/app.bundle.css">
2014-08-30 10:17:46 -07:00
</head>
<body>
<script src="js/vendor.js"></script>
<script src="js/app.js"></script>
</body>
2014-08-28 19:55:45 -07:00
</html>