How do I reference a local CSS/JS file from within an HTML?

Check this out: here is a working example of the issues

https://x.thunkable.com/copy/228f55be5cd63a514f2752c1f4497954
check out these weird results.

here are the files I am using

packaged together works close to what I need. BUT, the CSS is messed up. can anyone provide guidance there?

[SOLVED]
I was not removing the original tags. the packaged CSS tag was incorrect also

<style type="text/javascript"></style>
//instead of
<style type="text/css"></style>

here’s a working copy
the only thing I cant make work is to include the css/js files as their own asset. I don’t really want to package everything together.

https://x.thunkable.com/copy/a909fd5d4af646982c8df8f2a1f78771

so the question is, how do i reference a local asset?

1 Like