-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtester.html
More file actions
38 lines (29 loc) · 1.04 KB
/
tester.html
File metadata and controls
38 lines (29 loc) · 1.04 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
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/homepagecss.css">
<div class="nav">
<div class="container">
<ul class="pull-left">
<li><a href="#">Home</a></li>
<li><a href="#">Workshop</a></li>
<li><a href="#">Play</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-offset-5 col-md-3">
<div class="form-login">
<h4>Welcome to Bookmark!</h4>
<input type="text" id="userName" class="form-control input-sm chat-input" placeholder="username" />
</br>
<input type="text" id="userPassword" class="form-control input-sm chat-input" placeholder="password" />
</br>
<div class="wrapper">
<span class="group-btn">
<a href="#" class="btn btn-primary btn-md">login <i class="fa fa-sign-in"></i></a>
</span>
</div>
</div>
</div>
</div>
</div>