From df6ec1d2baeb5bf92d48f3c2382147eedba890f4 Mon Sep 17 00:00:00 2001 From: cek Date: Sat, 12 Sep 2015 18:23:06 +0200 Subject: [PATCH] Aggiunto bootstrap tra le dipendenze --- app/index.html | 127 +++++++++++++++++++++++++------------------------ bower.json | 3 +- 2 files changed, 66 insertions(+), 64 deletions(-) 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" } }