Le SELECT du choix de rôle devient un radio
This commit is contained in:
@@ -15,12 +15,18 @@
|
||||
<a href="/"><h4>Projet MIA</h4></a>
|
||||
</nav>
|
||||
|
||||
{{!-- Body --}}
|
||||
<div class="container mt-4">
|
||||
<div class="mt-4 p-5 bg-primary text-white rounded">
|
||||
<h1>Bravo : connexion réussie</h1>
|
||||
<p>Bienvenue sur le projet MIA...</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container mt-4">
|
||||
<form action="slave-start-recording" method="GET">
|
||||
<p>Identifiant fourni : {{identifiant}}</p>
|
||||
<button type="submit" name="start-recording">Démarrer la session</button>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user