-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml_test
More file actions
46 lines (34 loc) · 691 Bytes
/
html_test
File metadata and controls
46 lines (34 loc) · 691 Bytes
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link media="screen" type="text/css" href="./style.css" rel="stylesheet"></link>
<script src="./script.js"></script>
<title></title>
</head><body>
<div id="centrato">
<div id="letture">
temperatura = xx.x<br>
umidita= xx.x<br>
</div>
<div id="ingressi">
<img alt="on" src="l_on.jpg">
</div>
<br>
<div id="pulsanti_on">
<button>ON</button>
</div>
<br>
<div id="pulsanti_off">
<button>OFF</button>
</div>
<br>
<div id="pulsanti_on">
<button>ON</button>
</div>
<br>
<div id="pulsanti_off">
<button>OFF</button>
</div>
</div>
</body>
</html>