forgot-password.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta17
  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?1674944402" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1674944402" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1674944402" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1674944402" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1674944402" 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?1674944402"></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"><img src="./static/logo.svg" height="36" alt=""></a>
  38. </div>
  39. <form class="card card-md" action="./" method="get" autocomplete="off" novalidate>
  40. <div class="card-body">
  41. <h2 class="card-title text-center mb-4">Forgot password</h2>
  42. <p class="text-muted mb-4">Enter your email address and your password will be reset and emailed to you.</p>
  43. <div class="mb-3">
  44. <label class="form-label">Email address</label>
  45. <input type="email" class="form-control" placeholder="Enter email">
  46. </div>
  47. <div class="form-footer">
  48. <a href="#" class="btn btn-primary w-100">
  49. <!-- Download SVG icon from http://tabler-icons.io/i/mail -->
  50. <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="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" /><path d="M3 7l9 6l9 -6" /></svg>
  51. Send me new password
  52. </a>
  53. </div>
  54. </div>
  55. </form>
  56. <div class="text-center text-muted mt-3">
  57. Forget it, <a href="./sign-in.html">send me back</a> to the sign in screen.
  58. </div>
  59. </div>
  60. </div>
  61. <!-- Libs JS -->
  62. <!-- Tabler Core -->
  63. <script src="./dist/js/tabler.min.js?1674944402" defer></script>
  64. <script src="./dist/js/demo.min.js?1674944402" defer></script>
  65. </body>
  66. </html>