sign-in-link.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta18
  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>Sign in link - 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?1684072869" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1684072869" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1684072869" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1684072869" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1684072869" 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?1684072869"></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. <div class="text-center">
  40. <div class="my-5">
  41. <h2 class="h1">Check your inbox</h2>
  42. <p class="fs-h3 text-muted">
  43. We've sent you a magic link to <strong>support@tabler.io</strong>.<br />
  44. Please click the link to confirm your address.
  45. </p>
  46. </div>
  47. <div class="text-center text-muted mt-3">
  48. Can't see the email? Please check the spam folder.<br />
  49. Wrong email? Please <a href="#">re-enter your address</a>.
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. <!-- Libs JS -->
  55. <!-- Tabler Core -->
  56. <script src="./dist/js/tabler.min.js?1684072869" defer></script>
  57. <script src="./dist/js/demo.min.js?1684072869" defer></script>
  58. </body>
  59. </html>