<!-- Add Tailwind CSS -->
-<script src="https://cdn.tailwindcss.com"></script>
-
-<!-- Add import map for nostr-tools -->
-<script type="importmap">
-{
- "imports": {
- "nostr-tools": "https://esm.sh/nostr-tools@1.17.0"
- }
-}
-</script>
-
-<!-- Add the chat widget -->
-<script type="module" src="path/to/chat.js"></script>
-
-<!-- Add chat widget container -->
-<div id="chat-widget-root"></div>
-