Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
93c573b
1
Parent(s):
f9cc29a
Update settings.html
Browse files- settings.html +4 -2
settings.html
CHANGED
@@ -21,11 +21,13 @@
|
|
21 |
|
22 |
|
23 |
<form>
|
24 |
-
<
|
25 |
-
<
|
26 |
</form>
|
27 |
|
28 |
|
|
|
|
|
29 |
|
30 |
<script>
|
31 |
function updateValues(data) {
|
|
|
21 |
|
22 |
|
23 |
<form>
|
24 |
+
<label for="pH_set">Введите</label>
|
25 |
+
<input type="number" id="name" value="" min="1" max="14" step="0.05">
|
26 |
</form>
|
27 |
|
28 |
|
29 |
+
|
30 |
+
|
31 |
|
32 |
<script>
|
33 |
function updateValues(data) {
|