-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (44 loc) · 2.63 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
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Explore Tables - Interactive Pivot Tables for React</title>
<meta name="description"
content="A React component library for building interactive pivot tables focused on data analysis and visualization. Perfect for creating in-house analytics dashboards." />
<meta name="keywords"
content="react pivot tables, data analysis, data visualization, interactive tables, react components" />
<meta name="title" content="Explore Tables - Interactive Pivot Tables for React" />
<meta name="description"
content="A powerful React library for building interactive pivot tables. Create dynamic data analysis interfaces with drag-and-drop functionality." />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bozerkins.github.io/explore-tables/" />
<meta property="og:title" content="Explore Tables - Interactive Pivot Tables for React" />
<meta property="og:description"
content="A powerful React library for building interactive pivot tables. Create dynamic data analysis interfaces with drag-and-drop functionality." />
<meta property="og:image" content="https://bozerkins.github.io/explore-tables/preview-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://bozerkins.github.io/explore-tables/" />
<meta property="twitter:title" content="Explore Tables - Interactive Pivot Tables for React" />
<meta property="twitter:description"
content="A powerful React library for building interactive pivot tables. Create dynamic data analysis interfaces with drag-and-drop functionality." />
<meta property="twitter:image" content="https://bozerkins.github.io/explore-tables/preview-image.png" />
<!-- LinkedIn -->
<meta property="og:site_name" content="Explore Tables" />
<meta property="og:locale" content="en_US" />
</head>
<body>
<!-- 100% privacy-first analytics -->
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""
referrerpolicy="no-referrer-when-downgrade" /></noscript>
<!-- The App -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>