mode.html
585 Bytes
<!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>