burnchart/public/index.html

11 lines
309 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">
2014-10-27 19:18:37 -06:00
<link rel="stylesheet" type="text/css" href="css/app.bundle.css">
2014-08-30 10:17:46 -07:00
</head>
<body>
2014-10-27 19:18:37 -06:00
<script src="js/app.bundle.js"></script>
2014-10-31 23:12:37 -06:00
<script src="https://assets.helpful.io/assets/widget.js"></script>
</body>
2014-08-28 19:55:45 -07:00
</html>