cefense/apps/frontend/index.html
2026-08-18 19:38:47 +05:30

17 lines
793 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Cefense turns observed attacks into repo-specific matches, reviewable fixes, and verified closure." />
<meta property="og:title" content="Cefense — From attack to proven fix." />
<meta property="og:description" content="Connect code, see reachable risk, review the fix, and prove the path closed." />
<meta property="og:image" content="/og-v4.png" />
<title>Cefense — From attack to proven fix.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>