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