-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.54 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.54 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, viewport-fit=cover" />
<meta name="description" content="vqol: patient-owned VEINES-QOL/Sym tracker. Local only, no telemetry, MIT licensed." />
<meta name="color-scheme" content="light dark" />
<meta property="og:title" content="vqol: patient-owned outcomes as a static PWA" />
<meta property="og:description" content="Local-first VEINES-QOL/Sym tracker with fake-data labs, no analytics, no account system, and one-file practice forks." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://byteworthyllc.github.io/vqol/" />
<meta property="og:image" content="https://byteworthyllc.github.io/vqol/assets/social-preview.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="vqol: patient-owned outcomes as a static PWA" />
<meta name="twitter:description" content="Static, local-first VEINES-QOL/Sym tracking with fake-data labs and one-file practice forks." />
<meta name="twitter:image" content="https://byteworthyllc.github.io/vqol/assets/social-preview.png" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<title>vqol: VEINES-QOL/Sym tracker</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>