Inline svelte
define svelte inline with other html
<script type="svelte"> </script> <template type="svelte"> </script> <style type="css"> </style>
convert it in background into svelte compiled js and inject into page