Add Logo to Title in Tab (#41)

Add the logo to the tab and AGViewer to AGEViewer
diff --git a/frontend/public/index.html b/frontend/public/index.html
index 00f5770..a450e04 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -25,12 +25,13 @@
     <meta name="theme-color" content="#000000" />
     <meta
       name="description"
-      content="AGViewer"
+      content="AGEViewer"
     />
     <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
+    <link rel="icon" type="image/x-icon" href="./resources/images/agedb-favicon.ico.png"> 
     <meta name="msapplication-TileColor" content="#da532c">
     <meta name="theme-color" content="#ffffff">
-    <title>AGViewer</title>
+    <title>AGEViewer</title>
 
   </head>
   <body>
diff --git a/frontend/public/resources/images/agedb-favicon.ico.png b/frontend/public/resources/images/agedb-favicon.ico.png
new file mode 100644
index 0000000..42be2df
--- /dev/null
+++ b/frontend/public/resources/images/agedb-favicon.ico.png
Binary files differ