-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 1.44 KB
/
index.html
File metadata and controls
26 lines (23 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ARNG Hand Receipt Tracker</title>
<meta name="description" content="Photo-based hand receipt logging for Army National Guard with OCR extraction and digital audit trails. End the paper chase." />
<meta name="author" content="ARNG" />
<!-- Military Shield Favicon -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>">
<link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🛡️</text></svg>">
<meta property="og:title" content="ARNG Hand Receipt Tracker" />
<meta property="og:description" content="Transform hours of causative research into seconds of search with digital hand receipt tracking." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://your-vercel-url.com" />
<meta name="twitter:title" content="ARNG Hand Receipt Tracker" />
<meta name="twitter:description" content="Transform hours of causative research into seconds of search with digital hand receipt tracking." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>