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

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

diff --git a/greedy-algorithms/public/index.html b/greedy-algorithms/public/index.html
index 1635a71..ca5c228 100644
--- a/greedy-algorithms/public/index.html
+++ b/greedy-algorithms/public/index.html
@@ -8,9 +8,13 @@
       name="description"
       content="Starter code for the class on greedy algorithms."
     />
-    <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>Greedy Algorithms in Class</title>
   </head>
   <body>
-- 
GitLab