-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat IoT</title>
<!-- HTML Meta Tags -->
<title>Chat IoT</title>
<meta name="description" content="Chat with your company's devices, make data-driven decisions.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://chatiot.io">
<meta property="og:type" content="website">
<meta property="og:title" content="Chat IoT">
<meta property="og:description" content="Chat with your company's devices, make data-driven decisions.">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="chatiot.io">
<meta property="twitter:url" content="https://chatiot.io">
<meta name="twitter:title" content="Chat IoT">
<meta name="twitter:description" content="Chat with your company's devices, make data-driven decisions.">
<!-- Meta Tags Generated via https://opengraph.dev -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>