How to use images and htm files uploaded on bolt?

I have uploaded some images and html on bolt manually. In my code on clicking a button another html called “activated.html” should open but its not working it syas “activated.htm not found” plus images are not loading either.
here’s the code in index.htm ;

 
 
 
Fire Alarming System 
 

body {
background-color: lightblue;
/*background-image: url("/serveFile?filename=Fire-Alarm-Systems.png");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed; */
}
.Fire{
    height:40px;
    width:200px;
	background-color: lightblue;
}

 
 










Fire Alarm Icon
Start Fire Alarming System
what i have done wrong here?

Hi,

Please shorten the filename to 8 chars length and try.

1 Like