-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a709a44
commit 42441f4
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> |