-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
41 lines (38 loc) · 2.32 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charSet="utf-8" />
<title>Chakra Play - An interactive playground for Chakra UI</title>
<link rel="icon" type="image/png" href="https://chakra-ui.com/favicon.png" sizes="32x32" />
<meta name="description"
content="Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:url" content="https://play.chakra-ui.com" />
<meta property="og:title" content="Chakra Play" />
<meta property="og:description"
content="Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
<meta property="og:site_name"
content="Chakra Play: Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
<meta property="og:image" content="https://chakra-ui.com/og-image.png" />
<meta property="og:image:width" content="1240" />
<meta property="og:image:height" content="480" />
<meta property="og:image:alt"
content="Chakra Play: Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@chakra-ui" />
<meta name="twitter:handle" content="@chakra-ui" />
<meta name="twitter:image" content="https://chakra-ui.com/twitter-og-image.png" />
<meta name="twitter:image:alt"
content="Chakra Play: Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
<meta name="twitter:title" content="Chakra Play" />
<meta name="twitter:description"
content="Experience the full capabilities of Chakra UI with Chakra Play. An interactive sandbox where you can try out and explore the components of Chakra UI." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>