Add Version Number

This commit is contained in:
Leo Herzog
2020-11-13 12:05:16 -05:00
parent 56e1baebce
commit f3f9d8bab9
2 changed files with 18 additions and 0 deletions

View File

@@ -193,6 +193,10 @@
</div>
<footer>
<a href="https://github.com/leoherzog/TorrentParts/releases" target="_blank">v0.0.1</a>
</footer>
<script src="bundle.min.js"></script>
</body>

View File

@@ -117,6 +117,20 @@ header > * {
margin: 0 24px;
}
footer {
position: absolute;
bottom: 4px;
right: 4px;
}
footer > a {
color: var(--grey);
opacity: 0.6;
font-size: 10px;
text-transform: none;
text-decoration: none;
}
#startButtons {
height: 80px;
max-width: 960px;