Update index.html
This commit is contained in:
parent
0d05a1d8b8
commit
05e12178de
36
index.html
36
index.html
|
@ -60,27 +60,21 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<script>
|
||||
var current= new Date();
|
||||
var month=current.getMonth();
|
||||
var date=current.getDate();
|
||||
function loadImage(image) {
|
||||
var x = document.createElement("IMG");
|
||||
x.setAttribute("src", image);
|
||||
document.body.appendChild(x);
|
||||
}
|
||||
if (month=4 && date=13) {
|
||||
loadImage("gate.gif");
|
||||
} else {
|
||||
loadImage("load.png");
|
||||
}
|
||||
</script>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script>
|
||||
var current= new Date();
|
||||
var month=current.getMonth();
|
||||
var date=current.getDate();
|
||||
function loadImage(image) {
|
||||
var x = document.createElement("IMG");
|
||||
x.setAttribute("src", image);
|
||||
document.body.appendChild(x);
|
||||
}
|
||||
if (month=4 && date=13) {
|
||||
loadImage("gate.gif");
|
||||
} else {
|
||||
loadImage("load.png");
|
||||
}
|
||||
</script>
|
||||
<p class="br">v0.1.3</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue