Advertisement
Guest User

haml_broken

a guest
Jul 23rd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. !!!
  2. %html
  3. %head
  4. %title Login ionic form
  5. %link{href: "http://code.ionicframework.com/1.0.0-beta.9/css/ionic.css", rel: "stylesheet", type: "text/css"}/
  6. %meta{content: "width=device-width, user-scalable=no, minimal-ui", name: "viewport"}/
  7. %body
  8. .bar.bar-header.bar-stable
  9. %h1.title Welcome!
  10. .content.has-header.padding
  11. .list.list-inset
  12. %label.item.item-input
  13. %input{placeholder: "Username", type: "text"}/
  14. %label.item.item-input
  15. %input{placeholder: "Password", type: "password"}/
  16. %button.button.button-block.button-positive
  17. Log In
  18. .row{align: "center"}
  19. .col.col-50
  20. %button.button.button-light Forgot Pass?
  21. .col.col-50
  22. %button.button.button-light     Sign UP    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement