Création bouton mode auto

This commit is contained in:
Jack Parrot
2025-03-22 17:10:53 +01:00
parent 981f50ffc3
commit 104e93936b
2 changed files with 71 additions and 3 deletions
+5 -1
View File
@@ -27,7 +27,11 @@
<br/>
<p>Automatique</p>
<button>Mode Auto</button>
<div class="form-check-inline form-switch ">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
<label class="form-check-label" for="flexSwitchCheckDefault">Mode Auto</label>
</div>
</body>
<script src="./bootstrap-5.3.3-dist/js/bootstrap.js"></script>
</html>