From 27733038d94aed56d376ebd3c5813526573a90d0 Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Sat, 13 Aug 2022 11:07:52 -0500
Subject: [PATCH] Updated meta and link elements for portability.

---
 graph-search/public/index.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/graph-search/public/index.html b/graph-search/public/index.html
index e2b23df..4a14334 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>
-- 
GitLab