-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat.html
More file actions
40 lines (38 loc) · 1.54 KB
/
chat.html
File metadata and controls
40 lines (38 loc) · 1.54 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
<!DOCTYPE html>
<!DOCTYPE html>
<html >
<head>
<title>Login no chat</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Roboto|Courgette|Pacifico:400,700" rel="stylesheet">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min-js"></script>
</head>
<body>
<div class="Login aqui">
<form action="" method="post">
<div class="form-header">
<h2>sign In</h2>
<p>Login meu chat</p>
</div>
<div class="form-group">
<label>Email</label>
<input type="email" class="form-control" name="email" placeholder="mendoncanoe7@gmail.com" autocomplete="off" required="">
</div>
<div class="form-group">
<label>Password</label>
<input type="Password" class="form-control" name="pass" placeholder="Password" autocomplete="off" required>
</div>
<div class="small">Forgot password? <a href="http://localhost/phpmyadmin/index.php.php"> Click Here</a></div><br>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-lg" name="sign_in">Sign in</button>
</div>
<!--<?php //include("signi-user.php"); ?>-->
</form>
<div class="text-center small" style="color: #67428B;">Don 't have an account?<a href="127.0.0.1.php"></a></div>
</div>
</body>
</html>