This repository was archived by the owner on Feb 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 1.69 KB
/
Copy pathindex.html
File metadata and controls
50 lines (48 loc) · 1.69 KB
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
<!DOCTYPE html>
<html lang="fr">
<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>Design System</title>
<!-- SEO -->
<meta
name="keywords"
content="design system, composants UI, bibliothèque de design, tailwind, React"
/>
<meta name="author" content="E02" />
<meta
name="description"
content="Un design system moderne et flexible pour la construction d'interfaces utilisateur cohérentes et accessibles."
/>
<meta property="og:title" content="Design System" />
<meta
property="og:description"
content="Un design system moderne et flexible pour la construction d'interfaces utilisateur cohérentes et accessibles."
/>
<meta
property="og:image"
content="https://design-system-five-wheat.vercel.app/assets/og-image.png"
/>
<meta
property="og:url"
content="https://design-system-five-wheat.vercel.app/"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Design System" />
<meta
name="twitter:description"
content="Un design system moderne et flexible pour la construction d'interfaces utilisateur cohérentes et accessibles."
/>
<meta
name="twitter:image"
content="https://design-system-five-wheat.vercel.app/assets/og-image.png"
/>
<link rel="canonical" href="https://design-system-five-wheat.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>