-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.49 KB
/
index.html
File metadata and controls
29 lines (27 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="k2ukEq94ARSTHoVX1zubCS_rvXgqmtCz8LdXAkd3jkA" />
<meta name="description" content="MusterSheets: Simple digital attendance logging and muster sheet management tool." />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MusterSheets - Digital Attendance Logging</title>
<meta name="description" content="Track attendance easily with QR codes and digital sign-ins" />
<meta name="author" content="MusterSheets" />
<link rel="icon" href="%VITE_APP_FAVICON%" />
<meta property="og:title" content="MusterSheets - Digital Attendance Logging" />
<meta property="og:description" content="Track attendance easily with QR codes and digital sign-ins" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mustersheets.netlify.app/" />
<meta property="og:image" content="https://mustersheets.netlify.app%VITE_APP_OG_IMAGE%" />
<meta property="og:image:alt" content="QR code for MusterSheets" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@jrducs" />
<meta name="twitter:image" content="https://mustersheets.netlify.app%VITE_APP_OG_IMAGE%" />
<meta name="twitter:image:alt" content="QR code for MusterSheets" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>