-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 1.04 KB
/
index.html
File metadata and controls
23 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Termul Manager - Project-Aware Terminal</title>
<meta name="description" content="Termul Manager is a project-aware terminal that treats workspaces as first-class citizens with persistent memory, visual identity, and intelligent organization." />
<meta name="author" content="Termul Manager" />
<meta name="theme-color" content="#1E1E1E" />
<meta property="og:title" content="Termul Manager - Project-Aware Terminal" />
<meta property="og:description" content="The first terminal that treats projects as the organizing principle. Switch projects, get your context instantly." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@termulmanager" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>