diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-07-11 17:10:23 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-07-11 17:10:23 -0400 |
commit | 935ef7d2f76cca7bc1f9840dc357de85f93a1ec2 (patch) | |
tree | cb8ee298a747d6084107266e5d2882e60a6b5daa /index.html | |
parent | 3694bf061ecfe0f6733a0cb9028d044dfc8cf9d2 (diff) |
Update for new dashboard frontend
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..4992f13 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="apple-touch-icon" href="/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" /> + <link rel="manifest" href="/manifest.json" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Unofficial RIT Covid Dashboard</title> + </head> + <body> + <div id="root"></div> + <script type="module" src="/src/main.jsx"></script> + <script data-goatcounter="https://rcd.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script> + </body> +</html> |