When you upload an image to an album it creates a index.html file. Inside of each file it has the following HTML:
<html><body bgcolor="#FFFFFF"></body></html>
According to
W3Schools they say:
The <body> bgcolor attribute is not supported in HTML5. Use CSS instead.
I suggest making future index.html files use inline CSS for the body tag. Very minor detail, but mainly want to be W3C compliant.