forked from KhadyotTakale/precred
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.67 KB
/
Copy pathindex.html
File metadata and controls
41 lines (34 loc) · 1.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Precred - AI-Powered Credit Analysis</title>
<meta name="description" content="Precred - Smart pre-screening and credit analysis for NBFCs and MSME lenders" />
<meta name="author" content="Precred" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@precred" />
<meta name="twitter:image" content="/og-image.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="icon" href="/favicon.svg">
<meta property="og:title" content="Precred - AI-Powered Credit Analysis" />
<meta name="twitter:title" content="Precred - AI-Powered Credit Analysis" />
<meta property="og:description" content="Smart pre-screening and credit analysis for NBFCs and MSME lenders" />
<meta name="twitter:description" content="Smart pre-screening and credit analysis for NBFCs and MSME lenders" />
<!-- Microsoft Clarity -->
<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", "ukymtsfeo0");
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>