diff --git a/picture-gallery-client/.env b/picture-gallery-client/.env
index 419c581..3ebc38c 100644
--- a/picture-gallery-client/.env
+++ b/picture-gallery-client/.env
@@ -1,3 +1,4 @@
# Set user specific variables
VITE_TITLE=Simple Picture Gallery
VITE_APPBAR_COLOR=#1976D2
+VITE_FAVICON_HREF=/favicon.ico
\ No newline at end of file
diff --git a/picture-gallery-client/.env.example b/picture-gallery-client/.env.example
new file mode 100644
index 0000000..3376728
--- /dev/null
+++ b/picture-gallery-client/.env.example
@@ -0,0 +1,4 @@
+# Set user specific variables
+VITE_TITLE=
+VITE_APPBAR_COLOR=
+VITE_FAVICON_HREF=
\ No newline at end of file
diff --git a/picture-gallery-client/index.html b/picture-gallery-client/index.html
index f5cfe91..2dbe57d 100644
--- a/picture-gallery-client/index.html
+++ b/picture-gallery-client/index.html
@@ -30,7 +30,9 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
-
+