-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 1.44 KB
/
index.html
File metadata and controls
50 lines (43 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="es.css">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@800&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="logo">
<img src="logo.png" alt="">
<p>Taking Booleaners from A to B</p>
</div>
<div class="bottoni">
<input type="submit" name="" value="Prenota">
<input type="submit" name="" value="Termina Prenotazione">
<input type="submit" name="" value="Accendi Luci">
</div>
<div class="monopattini">
<input type="checkbox" name="" value="">
<span>Monopattino Gino22</span>
<p>Via Guadalametri - a 220 metri da te</p>
<h4>Stato carica:</h4>
<div class="barra1"></div>
</div>
<div class="monopattini">
<input type="checkbox" name="" value="">
<span>Monopattino Mike24</span>
<p>Via Ricciardoni - a 420 metri da te</p>
<h4>Stato carica:</h4>
<div class="barra2"></div>
</div>
<div class="monopattini">
<input type="checkbox" name="" value="">
<span>Monopattino Fede154</span>
<p>Via Mentarini - a 490 metri da te</p>
<h4>Stato carica:</h4>
<div class="barra3"></div>
</div>
</div>
</body>
</html>