42 lines
2.3 KiB
HTML
42 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<title>Officer Dev (Alpha)</title>
|
|
<meta name="description" content="Your all-purpose AI operating system. Personal AI assistant, terminal, file browser, code editor, and customizable workspaces — all self-hosted." />
|
|
|
|
<!-- OpenGraph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Officer Dev (Alpha)" />
|
|
<meta property="og:description" content="Your all-purpose AI operating system. Personal AI assistant, terminal, file browser, code editor, and customizable workspaces — all self-hosted." />
|
|
<meta property="og:image" content="https://alpha.officer.dev/og-image-v3.jpg" />
|
|
<meta property="og:image:secure_url" content="https://static.officer.dev/og-image-v3.jpg" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:type" content="image/jpeg" />
|
|
<meta property="og:url" content="https://alpha.officer.dev" />
|
|
<meta property="og:site_name" content="Officer Dev" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Officer Dev (Alpha)" />
|
|
<meta name="twitter:description" content="Your all-purpose AI operating system. Personal AI assistant, terminal, file browser, code editor, and customizable workspaces — all self-hosted." />
|
|
<meta name="twitter:image" content="https://alpha.officer.dev/og-image-v3.jpg" />
|
|
|
|
<!-- Favicons & App Icons -->
|
|
<link rel="icon" type="image/x-icon" href="https://static.officer.dev/favicon.ico" />
|
|
<link rel="icon" type="image/png" sizes="96x96" href="https://static.officer.dev/favicon-96x96.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://static.officer.dev/apple-touch-icon.png" />
|
|
<link rel="manifest" href="https://static.officer.dev/site.webmanifest" />
|
|
<meta name="theme-color" content="#1F2620" />
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
|
|
<script>eruda.init();</script>
|
|
<script type="module" src="./frontend.tsx" async></script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|