I'm facing an issue.
I have completed a web page (with HTML, CSS, and JavaScript), but now I want to create a mobile version using different HTML files, another index.html file, and a separate CSS file. What changes do I need to make in the main page's code so that when the site is accessed on a device with a screen width of less than 800 pixels, it will automatically launch the mobile version?