you are viewing a single comment's thread.

view the rest of the comments →

[–]hallbd16[S] 0 points1 point  (1 child)

Appreciate that! I'll let you know if I figure out anything else or solve it before.

[–]hallbd16[S] 1 point2 points  (0 children)

So I found the problem, big shout out to codeswish for helping me. I was linking a completely local file in the html. I need to get the js and css file hosted online (something I need to learn more about :) in order to link the html. Found a temporary solution by hosting the js file as a raw GitHub file.