d2bf4d00
Justine Senellart
partie applicatio...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="mode.css" />
<title>Changement de mode</title>
</head>
<body>
<h1>Changement de mode de votre veilleuse connectée</h1>
<div class="onoffswitch">
<input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" checked>
<label class="onoffswitch-label" for="myonoffswitch">
<span class="onoffswitch-inner"></span>
<span class="onoffswitch-switch"></span>
</label>
</div>
<h3><a href="Menu.html">Retour</a></h3>
</body>
</html>
|