cqrs-example-0.10.0: static/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>CQRS Example: Tasks</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<noscript>
This application requires JavaScript.
</noscript>
</body>
<!-- Superagent -->
<script src="bower_components/superagent/superagent.js"></script>
<!-- Application -->
<script src="js/bundle.js"></script>
</html>