27 lines
1.5 KiB
HTML
27 lines
1.5 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 Code — Self-hosted Agentic Engineering Platform. Build software with AI agents on your infrastructure, under your control." />
|
|
<meta property="og:title" content="Gadget Code — Self-Hosted Agentic Engineering" />
|
|
<meta property="og:description" content="The platform where AI agents and humans build software together — on your infrastructure, under your control." />
|
|
<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 Code — Self-Hosted Agentic Engineering" />
|
|
<meta name="twitter:description" content="The platform where AI agents and humans build software together — on your infrastructure, under your control." />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<title>Gadget Code — Self-Hosted Agentic Engineering Platform</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>
|