Update index.html

This commit is contained in:
Innovation Inc 2019-09-18 13:15:02 -05:00 committed by GitHub
parent 677a8da0cb
commit 9b38e62cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,9 +44,9 @@
vertical-align: middle;
text-align: center;
}
.rotate_Img{
.img{
transform-origin:50% 50%;
animation:1.5s rotateRight infinite linear;
}
@keyframes rotateRight{
@ -60,7 +60,7 @@
</style>
</head>
<body>
<table id="wrapper">
<table>
<tr>
<td>
<script>
@ -70,7 +70,7 @@
if (month=4 && day=13) {
document.write("<img src='gate.gif'>")
} else {
document.write("<img src='load.png' style='rotate_Img'>")
document.write("<img src='load.gif'>")
}
</script>
</td>
@ -79,3 +79,4 @@
<p class="br">v0.1.3</p>
</body>
</html>
<!-- animation:1.5s rotateRight infinite linear; -->