Skip to content
Snippets Groups Projects
Commit a7a5ed43 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Updated meta and link elements for portability.

parent c29404a8
Branches
No related tags found
No related merge requests found
...@@ -8,9 +8,13 @@ ...@@ -8,9 +8,13 @@
name="description" name="description"
content="Starter code for the lab on graph search." 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="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-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> <title>Graph Search Lab</title>
</head> </head>
<body> <body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment