-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (62 loc) · 2.3 KB
/
Copy pathindex.html
File metadata and controls
69 lines (62 loc) · 2.3 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title>esercizio</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&family=Roboto:ital,wght@0,500;1,400;1,500&display=swap" rel="stylesheet">
</head>
<body id="contenitore">
<div class="ombra">
<!--LOGO-->
<div>
<center><img id="logo" src="logo.png" alt=""></center>
</div>
<div>
<h2 class="titolo">
<strong class="font">Taking Booleaners from A to B </strong>
</h2>
</div>
<!--INPUT CHECKBOX-->
<div class="uno">
<span>
<input type= "submit" value="Prenota">
<input type= "submit" value="Termina Prenotazione">
<input type= "submit" value="Accendi Luci">
</span>
</div>
<!--PARAGRAFI-->
<div class="colore" >
<span>
<input type="checkbox">
<b class="font" >Monopattino Gino22</b>
</span>
<p> ↦ Via Guadalametri- a 220 metri da te <br>
Stato carica: <br>
<input class="text-uno" type="text">
</p>
</div>
<div class="colore">
<span>
<input type="checkbox">
<strong class="font">Monopattino Mike24</strong>
</span>
<p> ↦ Via Ricciardoni- a 420 metri da te <br>
Stato carica: <br>
<input class="text-due" type="text">
</p>
</div>
<div class="colore" >
<span>
<input type="checkbox">
<strong class="font" >Monopattino Fede154</strong>
</span>
<p> ↦ Via Mentarini- a 490 metri da te <br>
Stato carica: <br>
<input class="text-tre" type="text">
</p>
</div>
</div>
</body>
</html>