Skip to content

Commit

Permalink
feat:Added some meta tags and changed document title
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelymh committed Jun 26, 2022
1 parent 0e1f7ca commit 6ed8f21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="keywords" content="face recognition, clarifai, api" />
<meta
name="description"
content="Web site created using create-react-app"
content="Face recognition web-app powered by Clarifai's API"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -23,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>SmartBrain</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 6ed8f21

Please sign in to comment.