-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="shortcut icon" href="/fav.png" type="image/x-icon" />
<!-- Open Graph Protocol -->
<!-- ---------------------------------------------------------
--------------------------------------------------------- -->
<!-- Essential META Tags -->
<meta
property="og:title"
content="NioCraft's Nio HealthCare Assistance Hub"
/>
<meta property="og:type" content="Virtual HealthCare Assistant" />
<meta
property="og:image"
content="https://github.com/NioCraft-AI/NioCraft-Branding/blob/main/Wesay.png?raw=true"
/>
<meta property="og:url" content="" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Non-Essential, But Recommended -->
<meta
property="og:description"
content="State of the art AI based Healthcare Virtual Assistant Bot"
/>
<meta property="og:site_name" content="NioCraft.ai" />
<meta
name="twitter:image:alt"
content="NioCraft AI Technologies in Healthcare"
/>
<!-- Non-Essential, But Required for Analytics -->
<meta property="fb:app_id" content="NioCraft" />
<meta name="twitter:site" content="@NioCraft" />
<!-- Open Graph Protocol -->
<!-- ---------------------------------------------------------
--------------------------------------------------------- -->
</head>
<body>
<div id="webchat" role="main" watermark="false"></div>
</body>
<script src="index.js"></script>
<script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
</html>