Implementing my horse maker into a new page of my shopify website

Hello,

I have made a custom horse creator on dreamweaver using HTML,CSS and Javascript, and it works just fine, locally inside my computer

It looks like this :

but when i try to implement it inside a new page inside my shopify website , it doesn’t load properly, i uploaded the css and script files into assets folder and linked them with {{ ‘filename’ | asset_url | stylesheet_tag }} and {{ ‘filename’ | asset_url | script_tag }} inside theme.liquid but it didn’t work and then i copy and pasted css content inside theme.css and scripts inside theme.js but it didn’t load correctly, here is how it looks :

I’ve been trying for several hours to find the best way to implement my code inside my website, but i couldn’t. I would really appreciate some help.