Update online.html
Browse files- online.html +2 -2
online.html
CHANGED
|
@@ -94,9 +94,9 @@
|
|
| 94 |
<div class="form-container">
|
| 95 |
<form id="authForm">
|
| 96 |
<label for="idInstance">Id Instance:</label>
|
| 97 |
-
<input required type="text" id="idInstance" name="idInstance" value="
|
| 98 |
<label for="apiTokenInstance">API Token:</label>
|
| 99 |
-
<input required type="text" id="apiTokenInstance" name="apiTokenInstance" value="
|
| 100 |
<button type="submit" class="button">Get QR Code</button>
|
| 101 |
</form>
|
| 102 |
</div>
|
|
|
|
| 94 |
<div class="form-container">
|
| 95 |
<form id="authForm">
|
| 96 |
<label for="idInstance">Id Instance:</label>
|
| 97 |
+
<input required type="text" id="idInstance" name="idInstance" value="">
|
| 98 |
<label for="apiTokenInstance">API Token:</label>
|
| 99 |
+
<input required type="text" id="apiTokenInstance" name="apiTokenInstance" value="">
|
| 100 |
<button type="submit" class="button">Get QR Code</button>
|
| 101 |
</form>
|
| 102 |
</div>
|