-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 2 KB
/
Copy pathindex.html
File metadata and controls
36 lines (31 loc) · 2 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
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Deasy - Continuous Command Suite & Branch Desktop Manager</title>
<meta name="description" content="Deasy by Linacre: Elite Windows 11 Continuous Command Suite & Branch Desktop Manager for Arena.ai. Automate branch tests, manage secure Google Drive backups, and packaging." />
<meta name="keywords" content="Deasy, Arena.ai, DevOps, Electron, Windows 11, CI/CD, React 19, Gemini AI, automation" />
<meta name="author" content="Linacre site" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/DLinacre/Deasy" />
<meta property="og:title" content="Deasy - Continuous Command Suite & Branch Desktop Manager" />
<meta property="og:description" content="Elite Windows 11 Continuous Command Suite & Desktop Manager for Arena.ai. Manage branch tests, secure backups, and packaging." />
<meta property="og:image" content="https://raw.githubusercontent.com/DLinacre/Deasy/main/assets/banner.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://github.com/DLinacre/Deasy" />
<meta property="twitter:title" content="Deasy - Continuous Command Suite & Branch Desktop Manager" />
<meta property="twitter:description" content="Elite Windows 11 Continuous Command Suite & Desktop Manager for Arena.ai. Manage branch tests, secure backups, and packaging." />
<meta property="twitter:image" content="https://raw.githubusercontent.com/DLinacre/Deasy/main/assets/banner.png" />
<!-- Canonical Link -->
<link rel="canonical" href="https://github.com/DLinacre/Deasy" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>