How to upload separate HTML file to wordpress site via FTP client?

ftp, html, javascript, php, wordpress

Solution

Of course you can. You will have to upload your html files under "wp-content->themes" folder and no bad effect will occur in existing wordpress site.

Problem

Hello I have a wordpress website set up, but have a separate HTML file project that I would like to upload to my website so that I can link to the page within my portfolio. Simply, I just need the HTML page up and running on my site so that I can link to it, without affecting my existing wordpress site. Should I just upload it to the public_html? I also have a js folder that is required for the page to function, can I upload that to my site directory without worrying about the existing wordpress site being affected? Thank you!

Original source