CodeLens / dashboard /index.html
ArshVerma's picture
Fix logo and favicon paths for Hugging Face deployment
db36243
Raw
History Blame Contribute Delete
498 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodeLens Dashboard</title>
<meta name="description" content="CodeLens Evaluation Dashboard — Live leaderboard, stats, and real-time event feed." />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>