Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
5b86fd1
1
Parent(s):
739b49d
Update zapro.html
Browse files- zapro.html +3 -2
zapro.html
CHANGED
@@ -14,8 +14,9 @@
|
|
14 |
</head>
|
15 |
<body>
|
16 |
<h1>Zapro</h1>
|
17 |
-
<
|
18 |
-
<
|
|
|
19 |
|
20 |
<script>
|
21 |
$(document).ready(function() {
|
|
|
14 |
</head>
|
15 |
<body>
|
16 |
<h1>Zapro</h1>
|
17 |
+
<p>PH значение: <span id="ph_value">{{ ph_values }}</span></p>
|
18 |
+
<p>EC значение: <span id="ec_value">{{ ec_values }}</span></p>
|
19 |
+
|
20 |
|
21 |
<script>
|
22 |
$(document).ready(function() {
|