Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gitignore
Binary file not shown.
963 changes: 963 additions & 0 deletions Claude.md

Large diffs are not rendered by default.

667 changes: 666 additions & 1 deletion README.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml"
href="https://uploads-ssl.webflow.com/629d87f593841156e4e0d9a4/62eeaa9927e6aea4ff13590e_FedLogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="FED Chatbot - Your assistant for Federation of Entrepreneurship Development" />
<title>FED Chatbot</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>

</html>
Loading