Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 20:45:14 -05:00 committed by GitHub
parent 335515499b
commit 0329f061c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
function loadImage(image) {
var x = document.createElement("IMG");
x.setAttribute("src", image);
x.setAttribute("class", "verticalcenter");
x.setAttribute("class", "truecenter");
document.body.appendChild(x);
}
if (month=="3" && date=="13") {