Guest User

login

a guest
Oct 5th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.70 KB | None | 0 0
  1. <div class="bar bar-header bar-calm">
  2.     <h1 class="title">Login</h1>
  3. </div>
  4. <ion-content style="background-color:dodgerblue;" class="padding has-header">
  5.     <br>
  6.     <br>
  7. <center><img class="image-full" width="200" src="http://i.imgur.com/CC8zIPr.jpg"></center>
  8.     <br>
  9.     <br>
  10. <div class="list">
  11.   <label class="item item-input">
  12.     <input type="text" placeholder="Username/Email">
  13.   </label>
  14.   <label class="item item-input">
  15.     <input type="password" placeholder=" Password">
  16.   </label>
  17. </div>
  18.     <button class="button button-full button-positive">Login</button>
  19. </ion-content>
  20.     <div class="bar bar-footer bar-light">
  21.     <h1 style="cursor:pointer" class="title">Register</h1>
  22. </div>
Add Comment
Please, Sign In to add comment