-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (29 loc) · 1.06 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
<html>
<head>
<link rel="stylesheet" type="text/css" href="login.css">
<style>
</style>
</head>
<body>
<div class="wrapper">
<div class="inner-div">
<h1><img src="images/bp-logo-home.png" class="logo" align="center"/></h1>
<form class="login" action="" method="post">
<div>
<input type="text" name="username" id="username" placeholder="username"></div>
<div>
<input type="password" name="password" id="password" placeholder="password"></div>
<br/>
<br/>
<div class="actions">
<input type="submit" name="login" value="Login"> <a href="/forgot">I forgot my password</a>
</div>
</form>
<br/>
<div class="account">
<p style="text-align: center;">Create a new account <a href="sign-up.html">here</a>.</p>
</div>
</div>
</div>
</body>
</html>