-
Midhun Suresh authoredMidhun Suresh authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
chatterbox.html 398 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/src/style.css">
<title>Chatterbox</title>
</head>
<body>
<div id="chatterbox"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>