Browse Source

Update meta description

master
Dylan Baker 3 years ago
parent
commit
25b45ea95b
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      public/index.html

+ 1
- 4
public/index.html View File

5
     <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5
     <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
     <meta name="viewport" content="width=device-width, initial-scale=1" />
6
     <meta name="viewport" content="width=device-width, initial-scale=1" />
7
     <meta name="theme-color" content="#000000" />
7
     <meta name="theme-color" content="#000000" />
8
-    <meta
9
-      name="description"
10
-      content="Web site created using create-react-app"
11
-    />
8
+    <meta name="description" content="Conway's Game of Life" />
12
     <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
9
     <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13
     <!--
10
     <!--
14
       manifest.json provides metadata used when your web app is installed on a
11
       manifest.json provides metadata used when your web app is installed on a

Loading…
Cancel
Save