login.pug 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. doctype html
  2. html(lang='en')
  3. head
  4. meta(charset="utf-8")
  5. meta(name="viewport" content="width=device-width, initial-scale=1")
  6. link(rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css")
  7. title ELEC0017 Project
  8. style.
  9. body {
  10. background: url(https://source.unsplash.com/JuFcQxgCXwA);
  11. background-size: cover;
  12. height: 100vh;
  13. }
  14. .container {
  15. width: 450px;
  16. margin-top: 20vh;
  17. }
  18. .title {
  19. text-align: center;
  20. }
  21. body
  22. section.section.is-medium
  23. .container
  24. .box
  25. h1.title ELEC0017 Package tracker
  26. form(method="POST")
  27. .field
  28. .control
  29. input.input(type="text" name="username" placeholder="Username")
  30. .field
  31. .control
  32. input.input(type="password" name="password" placeholder="********")
  33. .field
  34. .control
  35. button.button.is-link.is-fullwidth(type="submit") Login