-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.27 KB
/
index.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
36
37
38
39
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
<title>QCM WCS</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<form class="form_login" action="#" method="post">
<div class="login">
<p>Login</p>
<input type="text" name="Login">
</div>
<div class="password">
<p>Password</p>
<input type="text" name="password">
</div>
<div class="bouton1">
<input type="button" value="connexion" href="lien"/>
</div>
<div class="bouton1">
<input type="button" value="s'inscrire" href="lien"/>
</div>
</form>
</body>
</html>