UNPKG

@endlessblink/like-i-said-v2

Version:

Task Management & Memory for Claude - Track tasks, remember context, and maintain continuity across sessions with 27 powerful tools. Works with Claude Desktop and Claude Code.

31 lines (30 loc) 1.31 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Like-I-Said MCP Server v2 - Dashboard</title> <script> // Apply critical theme variables immediately to prevent flash of unstyled content (function() { const root = document.documentElement; // Set critical CSS variables for dark theme (default) root.style.setProperty('--background', '222 23% 4%'); root.style.setProperty('--foreground', '210 40% 98%'); root.style.setProperty('--card', '222 23% 7%'); root.style.setProperty('--card-foreground', '210 40% 98%'); root.style.setProperty('--muted', '220 20% 12%'); root.style.setProperty('--muted-foreground', '220 15% 75%'); root.style.setProperty('--border', '220 20% 18%'); root.style.setProperty('--input', '220 20% 14%'); root.style.setProperty('--ring', '262 73% 60%'); })(); </script> <script type="module" crossorigin src="/assets/index-04797350.js"></script> <link rel="stylesheet" href="/assets/index-0a9fe994.css"> </head> <body> <div id="root"></div> </body> </html>