Include js file in body

Hi! I want to use Typed.js on my Webflow site. It says that I need to include <script src="typed.js"></script> to be able to use it. I know there were few topics about that question but none of them have answer how to use JS file without uploading it to 3rd party servers.

Hi,
you can use cdnjs and just include this in your header and you should be good to go :slight_smile:

<script source="https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.4/typed.min.js" </script>

Wow, never heard about it, thanks a lot!