-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.95 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.95 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/flowlite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Flow Lite - User Flow Builder</title>
<meta name="title" content="Flow Lite - User Flow Builder">
<meta name="description" content="Create beautiful and interactive user flows with FlowLite. Design user journeys with drag & drop interface, custom wireframes, and social media integration.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Flow-lite">
<meta property="og:url" content="https://flow.uiroom.pro/">
<meta property="og:title" content="Flow Lite - User Flow Builder">
<meta property="og:description" content="Create beautiful and interactive user flows with FlowLite. Design user journeys with drag & drop interface, custom wireframes, and social media integration.">
<meta property="og:image" content="https://flow.uiroom.pro/og-images.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://flow.uiroom.pro/">
<meta property="twitter:title" content="Flow Lite - User Flow Builder">
<meta property="twitter:description" content="Create beautiful and interactive user flows with FlowLite. Design user journeys with drag & drop interface, custom wireframes, and social media integration.">
<meta property="twitter:image" content="https://flow.uiroom.pro/og-images.png">
<!-- Additional Meta Tags -->
<meta name="keywords" content="user flow, wireframe, flowchart, UI design, UX design, flow builder">
<meta name="author" content="Kevin Kenfack">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>