diff --git a/graph-search/public/index.html b/graph-search/public/index.html
index e2b23df237f9d92fa24e7e8c9d595d341aebc2c6..4a14334ec6d8e0b01a270848be89d9d3532c20c9 100644
--- a/graph-search/public/index.html
+++ b/graph-search/public/index.html
@@ -8,9 +8,13 @@
       name="description"
       content="Starter code for the class 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 in Class</title>
   </head>
   <body>