-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 1.79 KB
/
index.html
File metadata and controls
52 lines (47 loc) · 1.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Formify - A powerful, modern drag-and-drop form builder for creating seamless digital experiences effortlessly."
/>
<meta
name="keywords"
content="form builder, formify, surveys, data collection, dynamic forms, react form builder, typeform alternative, google forms alternative"
/>
<meta name="author" content="qubitabhay" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#ffffff" />
<!-- Open Graph for Social Sharing -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Formify | Beautiful Drag & Drop Form Builder"
/>
<meta
property="og:description"
content="A powerful drag-and-drop form builder. Create stunning, interactive forms, surveys, and quizzes in minutes without coding."
/>
<meta property="og:image" content="./src/assets/logo.svg" />
<!-- Twitter Card Data -->
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Formify | Beautiful Drag & Drop Form Builder"
/>
<meta
name="twitter:description"
content="A powerful drag-and-drop form builder. Create stunning, interactive forms, surveys, and quizzes in minutes without coding."
/>
<meta name="twitter:image" content="./src/assets/logo.svg" />
<link rel="icon" type="image/svg+xml" href="./src/assets/logo.svg" />
<title>Formify | Beautiful Drag & Drop Form Builder</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>