UNPKG

plugin-connections

Version:

Connection management plugin for Twitter authentication and other services

21 lines (20 loc) 726 B
<!doctype html> <html lang="en" class="dark"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>ElizaOS Frontend</title> <script> // This will be injected by the server in production window.ELIZA_CONFIG = { agentId: "test-agent-id", apiBase: "http://localhost:3000", }; </script> <script type="module" crossorigin src="/api/panels/connections/assets/main-MnYF7krH.js"></script> <link rel="stylesheet" crossorigin href="/api/panels/connections/assets/main-CFtP64e2.css"> </head> <body class="bg-white dark:bg-gray-900 text-gray-900 dark:text-gray-100"> <div id="root"></div> </body> </html>