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

Updated meta and link elements for portability.

parent 484213e1
Branches
Tags
No related merge requests found
...@@ -8,9 +8,13 @@ ...@@ -8,9 +8,13 @@
name="description" name="description"
content="Starter code for the class on graph search." 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="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>Divide and Conquer in Class</title> <title>Divide and Conquer in Class</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