diff options
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> |