mirror of
https://github.com/mattintech/simplefileupload-server.git
synced 2026-07-11 16:31:53 +00:00
tracking version
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
align-items: center;
|
||||
min-height: 100vh;
|
||||
color: #2d3748;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.container {
|
||||
@@ -170,6 +171,15 @@
|
||||
@keyframes spin {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
.version {
|
||||
position: fixed;
|
||||
bottom: 1rem;
|
||||
right: 1rem;
|
||||
font-size: 0.75rem;
|
||||
color: #718096;
|
||||
opacity: 0.8;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
@@ -322,5 +332,6 @@
|
||||
<div class="message"></div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="version">v{{ version }}</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user