27 lines
1.6 KiB
HTML
27 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#0a0a0a" />
|
|
<meta name="description" content="Gadget AI — Home of Gadget Agent (your agentic browser assistant) and Gadget Code (self-hosted agentic engineering platform). AI that works for you, on your terms." />
|
|
<meta property="og:title" content="Gadget AI — Agentic Engineering & Browser Assistant" />
|
|
<meta property="og:description" content="Home of Gadget Agent — your agentic browser assistant — and Gadget Code — the self-hosted agentic engineering platform. AI that works for you, on your terms." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://g4dge7.com" />
|
|
<meta property="og:image" content="/web-app.png" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="Gadget AI — Agentic Engineering & Browser Assistant" />
|
|
<meta name="twitter:description" content="Home of Gadget Agent — your agentic browser assistant — and Gadget Code — the self-hosted agentic engineering platform." />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<title>Gadget AI — Agentic Engineering & Browser Assistant</title>
|
|
</head>
|
|
<body>
|
|
<a href="#main-content" class="sr-only focus:not-sr-only focus:fixed focus:top-2 focus:left-2 focus:z-50 focus:px-4 focus:py-2 focus:bg-brand focus:text-white">
|
|
Skip to content
|
|
</a>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|