diff --git a/front-end/meteor-device-spy/.meteor/packages b/front-end/meteor-device-spy/.meteor/packages index 7304f78..1e17f38 100644 --- a/front-end/meteor-device-spy/.meteor/packages +++ b/front-end/meteor-device-spy/.meteor/packages @@ -8,4 +8,5 @@ autopublish insecure preserve-inputs -reststop2 \ No newline at end of file +reststop2 +bootstrap-3 \ No newline at end of file diff --git a/front-end/meteor-device-spy/html/head.html b/front-end/meteor-device-spy/html/head.html index a0abcc4..4d38b23 100644 --- a/front-end/meteor-device-spy/html/head.html +++ b/front-end/meteor-device-spy/html/head.html @@ -1,10 +1,6 @@ - New Page - - - - + + DeviceTracker + + - - - \ No newline at end of file diff --git a/front-end/meteor-device-spy/packages/.gitignore b/front-end/meteor-device-spy/packages/.gitignore index cb71883..ca3896e 100644 --- a/front-end/meteor-device-spy/packages/.gitignore +++ b/front-end/meteor-device-spy/packages/.gitignore @@ -1 +1,2 @@ /reststop2 +/bootstrap-3