13 lines
374 B
HTML
13 lines
374 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Codebase Memory — Graph</title>
|
|
</head>
|
|
<body class="bg-[#0a0a10] text-[#e4e4ed] min-h-screen">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|