knockout-amd-helpers
Version:
Makes Knockout and AMD modules work better together
27 lines (17 loc) • 585 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="foundation/css/normalize.css" />
<link rel="stylesheet" href="foundation/css/foundation.css" />
<title></title>
</head>
<body>
<div class="row" data-bind="module: 'navigation'"></div>
<div class="row" data-bind="template: 'content'"></div>
<footer class="row" data-bind="template: 'footer'"></footer>
<script src="../ext/curl/curl.js"></script>
<script src="main-curl.js"></script>
</body>
</html>