You are on page 1of 1

<!

DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8">
<title>Domtica</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<h1>DOMTICA</h1>
<div align="center">
<h2>Luz Sala</h2>
<label class="switch">
<input class="switch-input" type="checkbox" id="switch" />
<span class="switch-label" data-on="On" data-off="Off"></span>
<span class="switch-handle"></span>
</label>

<h2> Puerta</h2>
<label class="switch">
<input class="switch-input" type="checkbox" id="switch" />
<span class="switch-label" data-on="Open" data-off="Close"></span>
<span class="switch-handle"></span>
</label>

</div>
</body>
</html>

You might also like