-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (77 loc) · 3 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="index, follow" />
<meta name="author" content="FireAI" />
<link rel="shortcut icon" type="image/ico" href="/src/assets/favicon.ico" />
<!-- HTML Meta Tags -->
<title>FireAI - AI Brain for businesses</title>
<meta
name="description"
content="FireAI is the AI brain for businesses. It helps businesses to make better decisions and grow faster powered by AI."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://fireai.in/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="FireAI - AI Brain for businesses" />
<meta
property="og:description"
content="FireAI is the AI brain for businesses. It helps businesses to make better decisions and grow faster powered by AI."
/>
<meta
property="og:image"
content="https://github.com/user-attachments/assets/b6b212c7-f9ca-47fc-a625-56444e52208f"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="fireai.in" />
<meta property="twitter:url" content="https://fireai.in/" />
<meta name="twitter:title" content="FireAI - AI Brain for businesses" />
<meta
name="twitter:description"
content="FireAI is the AI brain for businesses. It helps businesses to make better decisions and grow faster powered by AI."
/>
<meta
name="twitter:image"
content="https://github.com/user-attachments/assets/b6b212c7-f9ca-47fc-a625-56444e52208f"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<title>FireAI - The AI Brain for businesses</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", "qk1easy5kk");
</script> -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License - https://github.com/rafgraph/spa-github-pages
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>