Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
8cde8ac
1
Parent(s):
743ed37
Update settings.html
Browse files- settings.html +5 -3
settings.html
CHANGED
@@ -25,13 +25,15 @@ input[type="number"] {
|
|
25 |
</head>
|
26 |
<body>
|
27 |
<h1>Настройки системы</h1>
|
28 |
-
<p>День : <span id="pH_eep"></span></p>
|
29 |
|
|
|
|
|
|
|
30 |
|
31 |
-
|
32 |
<label for="pH_set">Введите</label>
|
33 |
<input type="number" id="pH_set" value="5.6" min="1" max="14" step="0.05">
|
34 |
-
|
35 |
|
36 |
|
37 |
|
|
|
25 |
</head>
|
26 |
<body>
|
27 |
<h1>Настройки системы</h1>
|
|
|
28 |
|
29 |
+
<br>
|
30 |
+
<h4>Уроыень pH</h4>
|
31 |
+
<p>День : <span id="pH_eep"></span></p>
|
32 |
|
33 |
+
<form>
|
34 |
<label for="pH_set">Введите</label>
|
35 |
<input type="number" id="pH_set" value="5.6" min="1" max="14" step="0.05">
|
36 |
+
</form>
|
37 |
|
38 |
|
39 |
|