auth-lock.html 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta20
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 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?1692870487" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1692870487" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1692870487" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1692870487" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1692870487" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body class=" d-flex flex-column">
  33. <script src="./dist/js/demo-theme.min.js?1692870487"></script>
  34. <div class="page page-center">
  35. <div class="container container-tight py-4">
  36. <div class="text-center mb-4">
  37. <a href="." class="navbar-brand navbar-brand-autodark">
  38. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  39. </a>
  40. </div>
  41. <form class="card card-md" action="./" method="get" autocomplete="off" novalidate>
  42. <div class="card-body text-center">
  43. <div class="mb-4">
  44. <h2 class="card-title">Account Locked</h2>
  45. <p class="text-secondary">Please enter your password to unlock your account</p>
  46. </div>
  47. <div class="mb-4">
  48. <span class="avatar avatar-xl mb-3" style="background-image: url(./static/avatars/000m.jpg)"></span>
  49. <h3>Paweł Kuna</h3>
  50. </div>
  51. <div class="mb-4">
  52. <input type="password" class="form-control" placeholder="Password&hellip;">
  53. </div>
  54. <div>
  55. <a href="#" class="btn btn-primary w-100">
  56. <!-- Download SVG icon from http://tabler-icons.io/i/lock-open -->
  57. <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"/><path d="M5 11m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" /><path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M8 11v-5a4 4 0 0 1 8 0" /></svg>
  58. Unlock
  59. </a>
  60. </div>
  61. </div>
  62. </form>
  63. </div>
  64. </div>
  65. <!-- Libs JS -->
  66. <!-- Tabler Core -->
  67. <script src="./dist/js/tabler.min.js?1692870487" defer></script>
  68. <script src="./dist/js/demo.min.js?1692870487" defer></script>
  69. </body>
  70. </html>