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