From e7eee2ca0efe9796feb25af4b2d0480bc7c9c775 Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Sat, 13 Aug 2022 11:04:44 -0500 Subject: [PATCH] Updated meta and link elements for portability. --- hashing/public/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hashing/public/index.html b/hashing/public/index.html index aac3d9e..4f352e2 100644 --- a/hashing/public/index.html +++ b/hashing/public/index.html @@ -8,9 +8,13 @@ name="description" content="Starter code for the lab on hashing." /> - <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>Hashing Lab</title> </head> <body> -- GitLab