-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·59 lines (58 loc) · 2.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="css/header.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Crete+Round' rel="stylesheet">
<link href="css/content.css" rel="stylesheet">
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700" rel="stylesheet">
<link href="css/nouveaute.css" rel="stylesheet">
<link href="css/genres.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<link href="css/#.css" rel="stylesheet">
<title>Chat</title>
</head>
<body style=
"background: url('images/#-fond.png');
background-position: center;
background-size: cover;">
<!--<header class="header-login">
<div class="container-fluid row-header">
<ul>
<a href="inscription.php"><li>S'inscrire</li></a>
<a href="index.php"><li>Connexion</li></a>
</ul>
</div>
</header>-->
<section class="page_login">
<div class="login">
<div class="login_form">
<div class="container">
<div class="card">
<div class="card-body">
<div class="card-title text-center">
<img src="images/play-button.svg">
Chat
</div>
<form method="post">
<div class="form-label-group">
<input type="text" name="inputPseudo" id="name" class="form-control" placeholder="Nom d'utilisateur" required>
</div>
<div class="form-label-group">
<input type= "email" name="inputEmail" id="email" class="form-control" placeholder="Adresse Email" required>
</div>
<div class="form-label-group">
<input type="password" name="inputPassword" id="password" class="form-control" placeholder="Mot de Passe" required>
</div>
<button id = "submit" class="btn btn-lg btn-primary btn-block text-uppercase" type="submit">#</button>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="app.js"></script>
</body>
</html>