37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<header>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="./bootstrap-5.3.3-dist/css/bootstrap.css">
|
|
<title>MinHAUMTaure</title>
|
|
</header>
|
|
<body>
|
|
<h1 class="text-center">Bienvenue sur MinHAUMTaure</h1>
|
|
|
|
<h2> Fonctionnalités</h2>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<p>Sélection de la couleur</p>
|
|
<input type="color" id="colorLed">
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<p>Directions</p>
|
|
<canvas id="motors_joystick" width="400" height="400"></canvas>
|
|
|
|
<br/>
|
|
<br/>
|
|
|
|
<p>Automatique</p>
|
|
<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> |