How can we add inline script's to our head (withou...
# kobweb
c
How can we add inline script's to our head (without a src)? I'm finding the kotlin html dsl rather enigmatic.... I'm trying to embed a typical email list signup form
Copy code
<script>
    (function(......
</script>