-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1 KB
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" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A visual project tracker that shows how work branches over time. Track parallel workstreams, see when and why they diverged." />
<meta name="theme-color" content="#0f172a" />
<meta property="og:title" content="Workstream" />
<meta property="og:description" content="A visual project tracker that shows how work branches over time." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Workstream" />
<meta name="twitter:description" content="A visual project tracker that shows how work branches over time." />
<title>Workstream</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>