Update public/index.html
Browse files- public/index.html +2 -2
public/index.html
CHANGED
|
@@ -57,8 +57,8 @@
|
|
| 57 |
<!-- Key Input Form (Initially visible) -->
|
| 58 |
<div id="keyInputContainer" class="key-input-container">
|
| 59 |
<div class="key-input-form">
|
| 60 |
-
<h2>
|
| 61 |
-
<input type="text" id="keyInput" placeholder="Enter your
|
| 62 |
<button onclick="submitKey()">Submit</button>
|
| 63 |
</div>
|
| 64 |
</div>
|
|
|
|
| 57 |
<!-- Key Input Form (Initially visible) -->
|
| 58 |
<div id="keyInputContainer" class="key-input-container">
|
| 59 |
<div class="key-input-form">
|
| 60 |
+
<h2>Reiker Verify 1.6</h2>
|
| 61 |
+
<input type="text" id="keyInput" placeholder="Enter your password">
|
| 62 |
<button onclick="submitKey()">Submit</button>
|
| 63 |
</div>
|
| 64 |
</div>
|