// index.html
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="importmap" src="importmap.json"></script>
<script type="module" src="main.js"></script>
</head>
<body></body>
</html>
// index.html
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="importmap" src="importmap.json"></script>
<script type="module" src="main.js"></script>
</head>
<body></body>
</html>