Add favicon, nix some create-react-app stuff

This commit is contained in:
Lynn
2022-01-02 15:26:13 +01:00
parent 35b96e2eba
commit e1de6763d8
12 changed files with 11 additions and 58 deletions

View File

@@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#57ac57" />
<meta
name="description"
content="Web site created using create-react-app"
content="A word-guessing game"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--