diff --git a/graph-search/public/index.html b/graph-search/public/index.html
index c28b286a31b15055613e170106140e47359502f9..f15fd4556e6dda0c425e1db1b27f182ba6802bca 100644
--- a/graph-search/public/index.html
+++ b/graph-search/public/index.html
@@ -8,9 +8,13 @@
       name="description"
       content="Starter code for the lab on graph search."
     />
-    <meta name="theme-color" content="rgba(208 0 0 / 100%)" />
+    <meta name="theme-color" content="#d00000" />
+    <link rel="icon" href="%PUBLIC_URL%/logo.png" />
     <link rel="icon" href="%PUBLIC_URL%/logo.svg" />
+    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
     <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
+    <link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.png" />
+    <link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.svg" />
     <title>Graph Search Lab</title>
   </head>
   <body>