-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1547 from Sawan-Kushwah/feat/chatbot
Added AI based chatbot
- Loading branch information
Showing
1 changed file
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>WordWise</title> | ||
<link rel="stylesheet" href="./styles/output.css" /> | ||
</head> | ||
<body class="bg-gray-100 dark:bg-gray-900"> | ||
<div id="app"> | ||
<nav id="navbar"></nav> | ||
<main id="content"></main> | ||
<footer id="footer"></footer> | ||
</div> | ||
<script type="module" src="/main.js"></script> | ||
</body> | ||
</html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>WordWise</title> | ||
<link rel="stylesheet" href="./styles/output.css" /> | ||
</head> | ||
|
||
<body class="bg-gray-100 dark:bg-gray-900"> | ||
<div id="app"> | ||
<nav id="navbar"></nav> | ||
<main id="content"></main> | ||
<footer id="footer"></footer> | ||
</div> | ||
<script type="module" src="/main.js"></script> | ||
<script> | ||
window.embeddedChatbotConfig = { | ||
chatbotId: "HIkhhN3sRdJ0J8ah5jjfv", | ||
domain: "www.chatbase.co" | ||
} | ||
</script> | ||
<script src="https://www.chatbase.co/embed.min.js" chatbotId="HIkhhN3sRdJ0J8ah5jjfv" domain="www.chatbase.co" defer> | ||
</script> | ||
</body> | ||
|
||
</html> |
a864035
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
word-wise – ./
word-wise-pi.vercel.app
word-wise-git-main-anshikas-projects-45924011.vercel.app
word-wise-anshikas-projects-45924011.vercel.app