-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·22 lines (22 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://ik.imagekit.io/bqofr3ncj/ChatBudy.io_2024-01-10_15_24/Increase_Your_Sales_6_apvrde.png?updatedAt=1704919570809" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ChatBüdy</title>
<meta name="author" content="Anthony 'Tony' Charette" />
<meta name="description" content="Enable Live chat support on your website with ChatBudy! The widget can be customize to fit and be part of your website. Try it now!" />
<script src="https://kit.fontawesome.com/76351f6769.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,500;1,200;1,400&family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/node_modules/flag-icon-css/css/flag-icons.min.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>