-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
61 lines (57 loc) · 2.15 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
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Divz - Scroll, Swipe & Zoom through HTML Divs on the 3D Z-Axis
</title>
<meta
name="description"
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
/>
<meta
name="keywords"
content="react, css, reactjs, css3, html, html5, javascript, typescript, frontend, open-source, component, list, gallery, slideshow, slides, time-machine, carousel, swipe, zoom, zoomable, 3d, z-axis, transform"
/>
<meta name="author" content="Lewis Hunt" />
<meta
property="og:title"
content="Divz - Scroll, Swipe & Zoom on the 3D Z-Axis"
/>
<meta
name="twitter:image:src"
content="https://lewhunt.github.io/assets/readme/divz-screenshot.png"
/>
<meta name="twitter:site" content="@github" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Divz - Scroll, Swipe & Zoom on the 3D Z-Axis"
/>
<meta
name="twitter:description"
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
/>
<meta
property="og:image"
content="https://lewhunt.github.io/assets/readme/divz-screenshot.png"
/>
<meta
property="og:image:alt"
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
/>
<meta property="og:site_name" content="GitHub" />
<meta property="og:type" content="object" />
<meta property="og:url" content="https://lewhunt.github.io/divz/" />
<meta
property="og:description"
content="Divz is a free open-source React UI component that lets you scroll, swipe & zoom through HTML elements on the 3D z-axis"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>