fix total layer placeholder
Browse files- index.html +1 -1
index.html
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
<form id="configForm">
|
14 |
<div>
|
15 |
<label for="totalLayers">Total Layers:</label>
|
16 |
-
<input type="number" id="totalLayers" name="totalLayers" required placeholder="Total number of layers">
|
17 |
</div>
|
18 |
<div class="checkbox-container">
|
19 |
<label for="autoRangeSize">Auto Range Size:</label>
|
|
|
13 |
<form id="configForm">
|
14 |
<div>
|
15 |
<label for="totalLayers">Total Layers:</label>
|
16 |
+
<input type="number" id="totalLayers" name="totalLayers" required placeholder="Total number of layers (e.g. 126)">
|
17 |
</div>
|
18 |
<div class="checkbox-container">
|
19 |
<label for="autoRangeSize">Auto Range Size:</label>
|