I have create a HTML webpage which also uses CSS and JS. When I view this on my PC it works and looks how it should.
What is the best way to put this on my phone? I tried to put all the relevant files onto my phone but it will only load the base HTML, all the files were in the same folder as the HTML code only references the name of the CSS and JS as they are in the same file on the PC.
I am referencing the CCS as: <link href="style.css" rel="stylesheet" type="text/css"/> and the script as <script type="text/javascript" src="script.js">
I am opening the HTML on my PC with Google Chrome and trying to view it on my phone with google chrome as well. I have an android phone.
Thanks in advance.
