-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.38 KB
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 1.38 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.ico" />
<meta name="theme-color" content="#6366f1" />
<title>DevFlow — The AI Operating System for Developers</title>
<meta name="description" content="DevFlow is an AI-powered productivity workspace for developers. Manage projects, tasks, notes, GitHub activity, and learning — all in one premium OS." />
<meta name="author" content="DevFlow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DevFlow — The AI Operating System for Developers" />
<meta property="og:description" content="One workspace for code, tasks, docs, GitHub, learning, and AI. Built for engineers who ship." />
<meta property="og:site_name" content="DevFlow" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="DevFlow — The AI Operating System for Developers" />
<meta name="twitter:description" content="One workspace for code, tasks, docs, GitHub, learning, and AI. Built for engineers who ship." />
</head>
<body class="bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>