54 lines
1.8 KiB
HTML
54 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="https://cdn-icons-png.flaticon.com/512/1022/1022235.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Afropreunariat - L'Annuaire 2.0</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet">
|
|
<script>
|
|
tailwind.config = {
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
sans: ['Inter', 'sans-serif'],
|
|
serif: ['Playfair Display', 'serif'],
|
|
},
|
|
colors: {
|
|
brand: {
|
|
50: '#fff7ed',
|
|
100: '#ffedd5',
|
|
500: '#f97316', // Orange/Terra Cotta
|
|
600: '#ea580c',
|
|
700: '#c2410c',
|
|
900: '#7c2d12',
|
|
},
|
|
dark: {
|
|
800: '#1e1e1e',
|
|
900: '#121212',
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"react/": "https://aistudiocdn.com/react@^19.2.0/",
|
|
"react": "https://aistudiocdn.com/react@^19.2.0",
|
|
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
|
|
"@google/genai": "https://aistudiocdn.com/@google/genai@^1.30.0",
|
|
"react-router-dom": "https://aistudiocdn.com/react-router-dom@^7.9.6",
|
|
"lucide-react": "https://aistudiocdn.com/lucide-react@^0.554.0"
|
|
}
|
|
}
|
|
</script>
|
|
<!-- <link rel="stylesheet" href="/index.css"> -->
|
|
</head>
|
|
<body class="bg-gray-50 text-gray-900 antialiased">
|
|
<div id="root"></div>
|
|
<script type="module" src="/index.tsx"></script>
|
|
</body>
|
|
</html> |