Mise en place premiers éléments graphique
This commit is contained in:
+21
-1
@@ -4,10 +4,30 @@
|
||||
<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">
|
||||
<script src="./js/bootstrap.js"></script>
|
||||
<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>
|
||||
Reference in New Issue
Block a user