rag-mcp-server / index.html
mostasheer's picture
Upload 12 files
4d39b50 verified
raw
history blame
1.67 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mostasheer</title>
<script src="https://cdn.tailwindcss.com"></script>
<script type="importmap">
{
"imports": {
"react": "https://esm.sh/[email protected]",
"react-dom/client": "https://esm.sh/[email protected]/client",
"@google/genai": "https://esm.sh/@google/genai@^0.14.0",
"react/": "https://aistudiocdn.com/react@^19.1.1/",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.1.1/",
"typeorm": "https://aistudiocdn.com/typeorm@^0.3.26",
"@nestjs/common": "https://aistudiocdn.com/@nestjs/common@^11.1.6",
"@nestjs/typeorm": "https://aistudiocdn.com/@nestjs/typeorm@^11.0.0"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
background-color: #f4f7f6;
color: #1a202c;
}
/* For custom scrollbars */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #e0e0e0;
}
::-webkit-scrollbar-thumb {
background: #a0a0a0;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #808080;
}
</style>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>