-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuiviTFC.html
More file actions
46 lines (43 loc) · 2.67 KB
/
suiviTFC.html
File metadata and controls
46 lines (43 loc) · 2.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<title>SUIVI TFC</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm col-md-12 col-lg-4 mx-auto">
<div class="fadeIn first text-center">
<img class="mb-4" src="https://colibris.credia.io/assets/logo.png" alt="Colibris logo" height="105">
</div>
<div class="container p-3 my-3 border" style="border-radius: 5px 5px 5px 5px;">
<form action="https://colibris.credia.io/authentification/se_connecter.esis" method="POST">
<div class="text-center">
<h2>Authentification</h2>
</div><br><br>
<div class="form-group">
<input type="email" class="form-control" id="email" placeholder="Entrer l'email" name="email" value="" required="">
<div></div>
</div>
<div class="form-group">
<input type="password" class="form-control" id="mdp" placeholder="Entrer le mot de passe" name="mdp" required="">
<div class="text-center text-warning"><em></em></div>
</div>
<div class="text-center">
<button class="btn btn-lg btn-primary btn-block" type="submit">Se connecter</button>
<br>
<div id="formFooter">
<a class="underlineHover" href="https://colibris.credia.io/ResetMdp/forgetPassword.esis">J'ai oublié mon mot de passe</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
</html>