Files
ai-service-front/index.html
2026-02-04 14:43:22 +03:00

18 lines
516 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="AI Workspace for managing multiple AI assistants like ChatGPT, Gemini, and more."
/>
<title>AI Workspace - Your Intelligent Hub</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>