1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <!doctype html>
- <!--
- * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
- * @version 1.0.0-beta19
- * @link https://tabler.io
- * Copyright 2018-2023 The Tabler Authors
- * Copyright 2018-2023 codecalm.net Paweł Kuna
- * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
- -->
- <html lang="en">
- <head>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
- <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
- <title>Sign in link - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
- <!-- CSS files -->
- <link href="./dist/css/tabler.min.css?1684106062" rel="stylesheet"/>
- <link href="./dist/css/tabler-flags.min.css?1684106062" rel="stylesheet"/>
- <link href="./dist/css/tabler-payments.min.css?1684106062" rel="stylesheet"/>
- <link href="./dist/css/tabler-vendors.min.css?1684106062" rel="stylesheet"/>
- <link href="./dist/css/demo.min.css?1684106062" rel="stylesheet"/>
- <style>
- @import url('https://rsms.me/inter/inter.css');
- :root {
- --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
- }
- body {
- font-feature-settings: "cv03", "cv04", "cv11";
- }
- </style>
- </head>
- <body class=" d-flex flex-column">
- <script src="./dist/js/demo-theme.min.js?1684106062"></script>
- <div class="page page-center">
- <div class="container container-tight py-4">
- <div class="text-center mb-4">
- <a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
- </div>
- <div class="text-center">
- <div class="my-5">
- <h2 class="h1">Check your inbox</h2>
- <p class="fs-h3 text-muted">
- We've sent you a magic link to <strong>support@tabler.io</strong>.<br />
- Please click the link to confirm your address.
- </p>
- </div>
- <div class="text-center text-muted mt-3">
- Can't see the email? Please check the spam folder.<br />
- Wrong email? Please <a href="#">re-enter your address</a>.
- </div>
- </div>
- </div>
- </div>
- <!-- Libs JS -->
- <!-- Tabler Core -->
- <script src="./dist/js/tabler.min.js?1684106062" defer></script>
- <script src="./dist/js/demo.min.js?1684106062" defer></script>
- </body>
- </html>
|