-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>podlle </title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/user.css">
</head>
<body>
<h1 class="text-center title">podlle </h1>
<div class="login-card">
<p class="profile-name-card"> </p>
<form class="form-signin"><span class="reauth-email"> </span>
<input class="form-control" type="email" required="" placeholder="Email address" autofocus="" id="inputEmail">
<input class="form-control" type="password" required="" placeholder="Password" id="inputPassword">
<div class="checkbox">
<div class="checkbox">
<label>
<input type="checkbox">Remember me</label>
</div>
</div>
<button class="btn btn-primary btn-block btn-lg btn-signin" type="submit">Sign in</button>
</form><a href="#" class="forgot-password">Forgot your password?</a></div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>