aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index ce6d2bc..61d9edc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,10 +3,14 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+ <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
- <meta name="description" content="Web site created using create-react-app" />
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+ <meta
+ name="description"
+ content="An unofficial version of the RIT COVID Dashboard, displaying additional data not provided by the main dashboard"
+ />
+ <meta name="author" content="Galen Guyer" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -21,7 +25,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>Unofficial RIT Covid Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>