-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (52 loc) · 2.09 KB
/
index.html
File metadata and controls
55 lines (52 loc) · 2.09 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
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/images/favicon-light.png" media="(prefers-color-scheme: light)" rel="icon" />
<link href="/images/favicon-dark.png" media="(prefers-color-scheme: dark)" rel="icon" />
<meta name="author" content="Denish Navadiya" />
<title>RippleUI - The UI Toolkit for RippleJS</title>
<meta
name="description"
content="Build your apps faster with RippleUI. A collection of beautiful, copy-paste UI components for the RippleJS framework. Full ownership, no dependencies."
/>
<meta property="og:title" content="RippleUI - UI Components for the RippleJS Framework" />
<meta
property="og:description"
content="A collection of copy-paste UI components for the RippleJS framework."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ripple.paceui.com/" />
<meta property="og:image" content="https://ripple.paceui.com/og-image.jpg" />
<meta property="og:site_name" content="RippleUI" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="RippleUI - UI Components for the RippleJS Framework" />
<meta
name="twitter:description"
content="A collection of copy-paste UI components for the RippleJS framework."
/>
<meta name="twitter:image" content="https://ripple.paceui.com/og-image.jpg" />
<meta name="twitter:creator" content="@paceui_" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "RippleUI",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"description": "A collection of copy-paste UI components for the RippleJS framework.",
"url": "https://ripple.paceui.com",
"author": {
"@type": "Organization",
"name": "PaceUI"
}
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.ts" type="module"></script>
</body>
</html>