NeonClary
fix(ui): set browser tab title to CCAI Demo
a2c8495
Raw
History Blame Contribute Delete
400 Bytes
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="/neon-logo.png" />
<meta name="theme-color" content="#6366F1" />
<meta name="description" content="CCAI Demo" />
<title>CCAI Demo</title>
</head>
<body>
<div id="root"></div>
</body>
</html>