update to current version

all initial features implemented
tbd:
   etrack
   front
This commit is contained in:
Szakalakamaka
2020-09-01 09:50:30 +02:00
parent 16dec0fc4d
commit 0223adb1cf
41 changed files with 373 additions and 377 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Login</title>
<script src="/js/main.js"></script>
</head>
<body>
<div><br>Please move to the next step with your own client UUID: </div>
@@ -16,5 +17,6 @@
<br><a th:text="${clientUUID}">clientUUID should be here</a>
</div>
</body>
</html>