(value)
| 790 | return [ |
| 791 | '<!doctype html>', |
| 792 | '<html lang="en">', |
| 793 | '<head>', |
| 794 | '<meta charset="utf-8" />', |
| 795 | '<meta name="viewport" content="width=device-width, initial-scale=1" />', |
| 796 | '<title>Citadel Codex App-Server Dashboard</title>', |
| 797 | '<style>', |
| 798 | 'body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;margin:32px;max-width:960px;color:#17202a;background:#f8fafc}', |
| 799 | 'main{display:grid;gap:24px}', |
| 800 | 'section{background:#fff;border:1px solid #d8dee8;border-radius:8px;padding:20px}', |
| 801 | 'dl{display:grid;grid-template-columns:180px 1fr;gap:8px 16px}', |
no outgoing calls
no test coverage detected