Spaces:
Running
Running
File size: 1,667 Bytes
4d39b50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
<!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> |