[Solved] Website that was working stopped without any change [closed]


This is indeed an error ‘Failed to load resource: the server responded with a status of 404 (Not Found).’ The resource that can’t be loaded is a file called ‘preloader.gif.’ It is referenced in this stylesheet: http://www.projetograndesmestres.com/css/style.css. See code below.

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);

Try removing this line of code from the stylesheet and your page should load.

2

solved Website that was working stopped without any change [closed]