aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 4992f13db2e8ab9952374ea2c8874fbea364ca2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>