diff --git a/package.json b/package.json
index bccaebb..b8a57f6 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.2.0",
"scripts": {
"ng": "ng",
- "start": "ng serve",
+ "start": "ng serve --host=0.0.0.0",
"build": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
diff --git a/src/app/app.component.html b/src/app/app.component.html
index d3b8585..4350276 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -6,7 +6,7 @@
v{{environment.version}}
-
+
diff --git a/src/index.html b/src/index.html
index 9854e66..fd481f8 100644
--- a/src/index.html
+++ b/src/index.html
@@ -6,7 +6,7 @@
-
+