Update index.html
This commit is contained in:
parent
c32ce67b2a
commit
365b156500
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue