Update index.html
This commit is contained in:
parent
335515499b
commit
0329f061c3
|
@ -78,7 +78,7 @@
|
||||||
function loadImage(image) {
|
function loadImage(image) {
|
||||||
var x = document.createElement("IMG");
|
var x = document.createElement("IMG");
|
||||||
x.setAttribute("src", image);
|
x.setAttribute("src", image);
|
||||||
x.setAttribute("class", "verticalcenter");
|
x.setAttribute("class", "truecenter");
|
||||||
document.body.appendChild(x);
|
document.body.appendChild(x);
|
||||||
}
|
}
|
||||||
if (month=="3" && date=="13") {
|
if (month=="3" && date=="13") {
|
||||||
|
|
Loading…
Reference in a new issue