changing index.html and adding Etrack

This commit is contained in:
Szakalakamaka
2020-09-04 16:07:27 +02:00
parent 42db7344f7
commit 2ccd960fd8
33 changed files with 468 additions and 329 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Login</title>
<script src="/js/main.js"></script>
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<div><br>Please move to the next step with your own client UUID: </div>
@@ -12,7 +13,6 @@
<input type="text" name="clientUUID" value="436c4774-038f-4540-9c18-2691ca9b53d4" />
<input type="submit" value="Proceed"/>
</form>
<div><br>You can also register new UUID. *some logic to register UUID*:
<br><a th:text="${clientUUID}">clientUUID should be here</a>
</div>