Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 13:50:12 -05:00 committed by GitHub
parent d1658172e3
commit 3b70aba588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,10 +67,12 @@
var current= new Date()
var month=current.getMonth()
var date=current.getDate()
if (month=4 && day=13) {
//document.write("DEBUG DATA: " + month)
//document.write("DEBUG DATA: " + date)
if (month=4 && date=13) {
document.write("<img src='gate.gif'>")
} else {
document.write("<img src='load.gif'>")
document.write("<img src='load.png'>")
}
</script>
</td>