-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
52 lines (39 loc) · 869 Bytes
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>MeaSys</title>
<link rel="stylesheet" type="text/css" href="stile.css">
<meta name="viewport" content="width=decive-width; intial-scale=1; maximum-scale=1">
<script src="script.js"></script>
</head>
<body>
<center>
<div class="header">
</br>
<div>
<h2>Iot System</h2>
</div>
</br>
</div>
</br>
<div class="quadrado">
<h5>Humidade:</h5>
<p id="sensor1">87%</p>
</div>
<div class="quadrado">
<h5>Temperatura:</h5>
<p id="sensor2">29°C</p>
</div>
</br>
<div id="botao1" onclick="BotaoCarga1()">
<p class="carga">LAMPADA</p>
</div>
</br>
</br>
<div id="botao1" onclick="gauge3.setValueAnimated(50, 1.5)";>
<p class="carga">Gauge</p>
</div>
</br>
</br>
</body>
</html>