KanBan/index.html

15 lines
322 B
HTML
Raw Normal View History

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