Files
24H_du_code_2025/ui/index.html
T

33 lines
848 B
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>
<button>Mode Auto</button>
</body>
<script src="./bootstrap-5.3.3-dist/js/bootstrap.js"></script>
</html>