Steps:
always set up a codebase for your webflow project. even if it is a little project or not In the long run, you can spare multiple development and testing hours.
script embed layout
<!-- the title of the script -->
<script>
</script>
style embed
<!-- the title of the style -->
<style>
</style>
useful for readable scripts:
useful styling in Webflow:
<style>
.locales—list:hover .nav-link-local {
color: var(--air--10);
}
</style>