equal
deleted
inserted
replaced
|
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 <a href="sessions.html" class="btn btn-primary">Se connecter</a> <a href="signup.html" class="ml-2">créer un compte</a> |
|
23 </form> |
|
24 |
|
25 </div> |
|
26 </div> |