-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpageConnexion.html
35 lines (27 loc) · 1.1 KB
/
pageConnexion.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Page de connection OVG</title>
<link rel="stylesheet" type="text/css" href="pageConnexion.css">
</head>
<body>
<form style="width: 45%">
<div class="cadre">
<header>
<img src="images/ovh.png" alt="image">
</header>
<label class="text" style="font-size: 23px">Se connecter</label>
<br><br><hr><br>
<label class="text">Nom utilisateur</label>
<p><input type="text" class="in" name=""></p>
<label class="text" id="pass">Mot de passe</label>
<p id="passfield"><input type="password" class="in" name=""><span><img id="eye" src="images/eye.png" alt="eye"></span></p>
<label class="text" style="font-size: 12px; margin-left: 20px;">Remember me<input class="w3-round" type="checkbox" id="check" name=""></label>
<br><br><hr>
<p class="btn"><input class="text" id="bouton" type="submit" name="" value="Se connecter"></p>
</div>
</form>
<!-- Voici un exemple sur la branche test -->
</body>
</html>