|
115
|
1 |
--- |
|
|
2 |
layout: default |
|
|
3 |
--- |
|
|
4 |
|
|
|
5 |
<div class="row justify-content-center" style="height: 100vh;"> |
|
|
6 |
<div class="col col-4 align-self-center"> |
|
|
7 |
|
|
|
8 |
<h2 class="mb-3">Bienvenue sur la prise de note IRI</h2> |
|
|
9 |
|
|
|
10 |
<form> |
|
|
11 |
|
|
|
12 |
<div class="form-group"> |
|
|
13 |
<label for="formGroupExampleInput">votre adresse e-mail</label> |
|
|
14 |
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input"> |
|
|
15 |
</div> |
|
|
16 |
|
|
|
17 |
<div class="form-group"> |
|
|
18 |
<label for="formGroupExampleInput2">votre mot de passe</label> |
|
|
19 |
<input type="password" class="form-control" id="formGroupExampleInput2" placeholder="Another input"> |
|
|
20 |
</div> |
|
|
21 |
|
|
|
22 |
<div class="form-group"> |
|
|
23 |
<label for="formGroupExampleInput2">Confirmation de votre mot de passe</label> |
|
|
24 |
<input type="password" class="form-control" id="formGroupExampleInput2" placeholder="Another input"> |
|
|
25 |
</div> |
|
|
26 |
|
|
|
27 |
<a href="sessions.html" class="btn btn-primary">Créer un compte</a> |
|
|
28 |
</form> |
|
|
29 |
|
|
|
30 |
</div> |
|
|
31 |
</div> |