1
0
Files
nure/5/srbd/car-shop/frontend/index.html
T

36 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CarShop Dashboard</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.bunny.net/css?family=inter:300,400,500,600,700" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
</style>
<script type="importmap">
{
"imports": {
"react": "https://cdnjs.com/react@^19.2.0",
"react/": "https://cdnjs.com/react@^19.2.0/",
"react-router-dom": "https://cdnjs.com/react-router-dom@^7.9.6",
"lucide-react": "https://cdnjs.com/lucide-react@^0.555.0",
"react-dom/": "https://cdnjs.com/react-dom@^19.2.0/",
"recharts": "https://cdnjs.com/recharts@^3.5.0",
"d3-format": "https://cdnjs.com/d3-format@^3.1.0"
}
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body class="bg-gray-50 text-slate-900 antialiased">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>