npm install html-loaderyarn add html-loaderpnpm add html-loader<script src="https://fastly.jsdelivr.net/npm/html-loader"></script><script src="https://unpkg.com/html-loader"></script><script type="module">
import htmlloader from 'https://cdn.jsdelivr.net/npm/html-loader/+esm';
</script><script type="module">
import htmlloader from 'https://cdn.skypack.dev/html-loader';
</script>