MCPcopy Create free account
hub / github.com/SethGammon/Citadel / escapeHtml

Function escapeHtml

core/codex/native-integrations.js:792–798  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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}',

Callers 1

renderAppServerDashboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected