-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
29 lines (29 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="Chatbot Flow Builder demo made for BitesSpeed Frontend Task by Azim Ahmed using React Flow library." name="description" />
<meta content="Chatbot, Flow Builder, React Flow, BitesSpeed, Frontend Task, Azim Ahmed" name="keywords" />
<meta content="Azim Ahmed" name="author" />
<meta content="index, follow" name="robots" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="Chatbot Flow Builder | BitesSpeed Frontend Task" name="og:title" />
<meta content="Chatbot Flow Builder demo made for BitesSpeed Frontend Task by Azim Ahmed using React Flow library." name="og:description" />
<meta content="/logo.svg" name="og:image" />
<meta content="https://chatbot-flow-builder-task-bitespeed.vercel.app/" name="og:url" />
<link href="/logo.svg" rel="icon" type="image/svg+xml" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Chatbot Flow Builder | BitesSpeed Frontend Task</title>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments) };
t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "mrtsk0xrp1");
</script>
</head>
<body>
<div id="root"></div>
<script src="/src/main.tsx" type="module"></script>
</body>
</html>