-
Midhun Suresh authoredMidhun Suresh authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 463 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="stylesheet" href="src/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
<body>
<div id="chatterbox" class="hydrogen" data-config-link="./config.json"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>