auth-lock.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta4
  5. * @link https://tabler.io
  6. * Copyright 2018-2021 The Tabler Authors
  7. * Copyright 2018-2021 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Forgot password - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css" rel="stylesheet"/>
  22. </head>
  23. <body class="antialiased border-top-wide border-primary d-flex flex-column">
  24. <div class="page page-center">
  25. <div class="container-tight py-4">
  26. <div class="text-center mb-4">
  27. <a href="."><img src="./static/logo.svg" height="36" alt=""></a>
  28. </div>
  29. <form class="card card-md" action="." method="get" autocomplete="off">
  30. <div class="card-body text-center">
  31. <div class="mb-4">
  32. <h2 class="card-title">Account Locked</h2>
  33. <p class="text-muted">Please enter your password to unlock your account</p>
  34. </div>
  35. <div class="mb-4">
  36. <span class="avatar avatar-xl mb-3" style="background-image: url(./static/avatars/000m.jpg)"></span>
  37. <h3>Paweł Kuna</h3>
  38. </div>
  39. <div class="mb-4">
  40. <input type="password" class="form-control" placeholder="Password&hellip;">
  41. </div>
  42. <div>
  43. <a href="#" class="btn btn-primary w-100">
  44. <!-- Download SVG icon from http://tabler-icons.io/i/lock-open -->
  45. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="5" y="11" width="14" height="10" rx="2" /><circle cx="12" cy="16" r="1" /><path d="M8 11v-5a4 4 0 0 1 8 0" /></svg>
  46. Unlock
  47. </a>
  48. </div>
  49. </div>
  50. </form>
  51. </div>
  52. </div>
  53. <!-- Libs JS -->
  54. <!-- Tabler Core -->
  55. <script src="./dist/js/tabler.min.js"></script>
  56. </body>
  57. </html>