58 lines
2.5 KiB
HTML
58 lines
2.5 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 background="./images/labyrinth-1080p-wallpaper-1920x1080.jpg">
|
|
|
|
<div class="container-fluid text-white">
|
|
<div class="row mb-5 mt-5">
|
|
<div class="col">
|
|
<h1 class="text-center">Bienvenue sur MinHAUMTaure</h1>
|
|
</div>
|
|
</div>
|
|
<div class="row justify-content-around">
|
|
<div class="col-5 mt-5">
|
|
<div class="row mb-3">
|
|
<h2 class="text-center">Fonctionnalités</h2>
|
|
</div>
|
|
<div class="row flex-nowrap align-items-center bg-dark bg-opacity-75 rounded-5">
|
|
<div class="col ">
|
|
<h2 class="text-center pt-4">Directions</h2>
|
|
<canvas id="motors_joystick"width="400"height="400">
|
|
</div>
|
|
<div class="col">
|
|
<h2 >Changement de couleur LED</h2>
|
|
<p>Sélection de la couleur</p>
|
|
<input type="color" id="colorLed">
|
|
|
|
<h2>Automatique</h2>
|
|
<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>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<button type="button" class="btn btn-lg btn-primary btn-danger px-xxl-5 py-4">STOP</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-5 mt-5">
|
|
<div class="row mb-3">
|
|
<h2 class="text-center">Repère Spatial</h2>
|
|
</div>
|
|
<div class="row flex-nowrap align-items-center bg-dark bg-opacity-75 rounded-5">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
<script src="./bootstrap-5.3.3-dist/js/bootstrap.js"></script>
|
|
</html> |