KanBan/index.html
2024-03-24 18:38:28 -05:00

14 lines
303 B
HTML

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