Update index.html

This commit is contained in:
Innovation Inc 2019-04-22 10:19:20 -05:00 committed by GitHub
parent c32ce67b2a
commit 365b156500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,11 @@
@keyframes rotateRight{
100%{ transform:rotate(360deg); }
}
.br {
position: absolute;
bottom: 2px;
right: 2px;
}
</style>
</head>
<body>
@ -61,5 +66,6 @@
</td>
</tr>
</table>
<p class="br">v0.1.3</p>
</body>
</html>