diff --git a/app/index.html b/app/index.html index 8cfd574..faf768d 100644 --- a/app/index.html +++ b/app/index.html @@ -1,63 +1,64 @@ - - - - - - - - - - - - - - arkiwiJsBoilerplate - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

App Generated with the html5 app generator

-

Now go develop

-
-
- - - - - - - - - - - -
- + + + + + + + + + + + + + + arkiwiJsBoilerplate + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

App Generated with the html5 app generator

+

Now go develop

+
+
+ + + + + + + + + + + + +
+ diff --git a/bower.json b/bower.json index b0b2189..de35b5c 100644 --- a/bower.json +++ b/bower.json @@ -22,6 +22,7 @@ "dependencies": { "jquery": "*", "mustache": "~2.1.2", - "bower-parseuri": "~1.2.2" + "bower-parseuri": "~1.2.2", + "bootstrap": "~3.3.5" } }