KanBan/index.html
2024-03-27 22:03:58 -05:00

15 lines
322 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KlectrBan</title>
</head>
<body>
<div id="root" />
<div id="portal" />
<script type="module" src="/src/main.ts" defer></script>
</body>
</html>