diff --git a/README.md b/README.md
index 90ce160d..4e54a6b9 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs
## Learn more
-- Official website: https://www.phoenixframework.org/
-- Guides: https://hexdocs.pm/phoenix/overview.html
-- Docs: https://hexdocs.pm/phoenix
-- Forum: https://elixirforum.com/c/phoenix-forum
-- Source: https://github.com/phoenixframework/phoenix
+- Official website:
+- Guides:
+- Docs:
+- Forum:
+- Source:
## Dev Notes
@@ -47,3 +47,12 @@ Ready to run in production? Please [check our deployment guides](https://hexdocs
### CI
See the `.github` folder.
+
+## Favicons
+
+This favicon was generated using the following graphics from Twitter Twemoji:
+
+- Graphics Title: 1f4bd.svg
+- Graphics Author: Copyright 2020 Twitter, Inc and other contributors ()
+- Graphics Source:
+- Graphics License: CC-BY 4.0 ()
diff --git a/lib/music_library_web/components/layouts/root.html.heex b/lib/music_library_web/components/layouts/root.html.heex
index 7b2a39c6..db504001 100644
--- a/lib/music_library_web/components/layouts/root.html.heex
+++ b/lib/music_library_web/components/layouts/root.html.heex
@@ -9,6 +9,10 @@
+
+
+
+
diff --git a/priv/static/images/android-chrome-192x192.png b/priv/static/images/android-chrome-192x192.png
new file mode 100644
index 00000000..e1ecc9db
Binary files /dev/null and b/priv/static/images/android-chrome-192x192.png differ
diff --git a/priv/static/images/android-chrome-512x512.png b/priv/static/images/android-chrome-512x512.png
new file mode 100644
index 00000000..097e87a0
Binary files /dev/null and b/priv/static/images/android-chrome-512x512.png differ
diff --git a/priv/static/images/apple-touch-icon.png b/priv/static/images/apple-touch-icon.png
new file mode 100644
index 00000000..5b2390ac
Binary files /dev/null and b/priv/static/images/apple-touch-icon.png differ
diff --git a/priv/static/images/favicon-16x16.png b/priv/static/images/favicon-16x16.png
new file mode 100644
index 00000000..a7b1509d
Binary files /dev/null and b/priv/static/images/favicon-16x16.png differ
diff --git a/priv/static/images/favicon-32x32.png b/priv/static/images/favicon-32x32.png
new file mode 100644
index 00000000..a60e4223
Binary files /dev/null and b/priv/static/images/favicon-32x32.png differ
diff --git a/priv/static/images/favicon.ico b/priv/static/images/favicon.ico
new file mode 100644
index 00000000..c6d521a9
Binary files /dev/null and b/priv/static/images/favicon.ico differ