I have done extensive troubleshooting all day and am unable to figure out why my website is unable to be deployed. On my GIT repo, my index.html and mystyle.css are located in the root. In the root, There are subfolders. “Pages”, “Images”, “Audio”. The other sites’ pages are kept in the “Pages” folder and all relative references are correct. The website works flawlessly on my local machine. But as soon as I upload it to GIT and deploy, I get nothing. I am at my wits end!
I have checked and remedied the DNS settings, I have double checked all the code to make sure references are correct, I have verified the correct GIT repo and access settings, I have purged the cache, I have deleted and recreated the project.
I have even tried isolating the index.html and mystyle.css in a seperate project to see if it would at least load something. Still nothing.
Any help would be much appreciated.