diff --git a/lib/beet_round_server_web.ex b/lib/beet_round_server_web.ex
index ea3a671..29a70ce 100644
--- a/lib/beet_round_server_web.ex
+++ b/lib/beet_round_server_web.ex
@@ -17,7 +17,9 @@ defmodule BeetRoundServerWeb do
those modules here.
"""
- def static_paths, do: ~w(assets fonts images favicon.ico robots.txt)
+ def static_paths,
+ do:
+ ~w(assets fonts images favicon.ico apple-touch-icon.png favicon-32x32.png favicon-16x16.png manifest.json robots.txt)
def router do
quote do
diff --git a/lib/beet_round_server_web/components/layouts.ex b/lib/beet_round_server_web/components/layouts.ex
index 1faadab..3fc1665 100644
--- a/lib/beet_round_server_web/components/layouts.ex
+++ b/lib/beet_round_server_web/components/layouts.ex
@@ -35,6 +35,11 @@ defmodule BeetRoundServerWeb.Layouts do
def app(assigns) do
~H"""
+
+
+
+
+