diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-14 18:59:39 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-14 19:06:34 -0400 |
| commit | 685d2f5bd5b27f22b9ce01a99bc578585d955c33 (patch) | |
| tree | 8d5dbbae1d9bd4071f5c043ea589b7a1aae4dde6 /StoneIsland/www/index.html | |
| parent | c7f78fee3e5c9a78dbd6c22910ca529a0ee34827 (diff) | |
nav and routing
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index b042ee58..0be51d70 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -312,5 +312,26 @@ <script src="js/vendor/view/view.js"></script> <script src="js/vendor/view/formview.js"></script> <script src="js/vendor/view/router.js"></script> + +<script src="js/lib/cart/CartView.js"></script> +<script src="js/lib/cart/CartBilling.js"></script> +<script src="js/lib/cart/CartShipping.js"></script> +<script src="js/lib/cart/CartSummary.js"></script> + +<script src="js/lib/nav/IntroView.js"></script> +<script src="js/lib/nav/HeaderView.js"></script> +<script src="js/lib/nav/FooterView.js"></script> +<script src="js/lib/nav/LoginView.js"></script> +<script src="js/lib/nav/NavView.js"></script> + +<script src="js/lib/products/CollectionView.js"></script> +<script src="js/lib/products/ProductView.js"></script> +<script src="js/lib/products/Selector.js"></script> + +<script src="js/lib/blogs/View.js"></script> +<script src="js/lib/blogs/View.js"></script> +<script src="js/lib/blogs/View.js"></script> + +<script src="js/lib/_router.js"></script> <script src="js/index.js"></script> </html> |
