-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (20 loc) · 1.13 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="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DSA Tracker</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-xS+V/FPhwZKZnbUqT3ZiPeHzIGJwezJRmF8P1HUXQH2X2z7PUL6pUOX6n45SNGydl4Y3HXpOorhfOsOXXWt4Xw=="
crossorigin="anonymous" />
</head>
<body>
<div id="root"></div>
<div id='chat-bot-li'></div>
<div id='chatbotAILucent' data-chatbot='{"domain":"insurance-by-lucent.myshopify.com","email":"shopify@lucentinnovation.com","first_name":"Shopify","last_name":"Lucent"}'></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <script src="https://chatbot-ai-support.s3.us-east-2.amazonaws.com/chatbot-main.js" defer="defer"></script> -->
<script src="https://cdn.shopify.com/s/files/1/0653/4250/5144/files/shadowRoot.js?v=1720381884" defer="defer"></script>
</body>
</html>