Just use the correct source path.
So, instead of this path:
<img src="images/equation-1.gif"/>
Use this:
<img src="./images/equation-1.gif"/>
Adding ./ before images file worked with me
./