Update index.html
This commit is contained in:
parent
d1658172e3
commit
3b70aba588
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue