123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <!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 with cover - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
- <script defer data-api="/stats/api/event" data-domain="preview.tabler.io" src="/stats/js/script.js"></script>
- <meta name="msapplication-TileColor" content=""/>
- <meta name="theme-color" content=""/>
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
- <meta name="apple-mobile-web-app-capable" content="yes"/>
- <meta name="mobile-web-app-capable" content="yes"/>
- <meta name="HandheldFriendly" content="True"/>
- <meta name="MobileOptimized" content="320"/>
- <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
- <meta name="description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!"/>
- <meta name="canonical" content="https://preview.tabler.io/sign-in-cover.html">
- <meta name="twitter:image:src" content="https://preview.tabler.io/static/og.png">
- <meta name="twitter:site" content="@tabler_ui">
- <meta name="twitter:card" content="summary">
- <meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
- <meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
- <meta property="og:image" content="https://preview.tabler.io/static/og.png">
- <meta property="og:image:width" content="1280">
- <meta property="og:image:height" content="640">
- <meta property="og:site_name" content="Tabler">
- <meta property="og:type" content="object">
- <meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
- <meta property="og:url" content="https://preview.tabler.io/static/og.png">
- <meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
- <!-- CSS files -->
- <link href="./dist/css/tabler.min.css?1685973381" rel="stylesheet"/>
- <link href="./dist/css/tabler-flags.min.css?1685973381" rel="stylesheet"/>
- <link href="./dist/css/tabler-payments.min.css?1685973381" rel="stylesheet"/>
- <link href="./dist/css/tabler-vendors.min.css?1685973381" rel="stylesheet"/>
- <link href="./dist/css/demo.min.css?1685973381" 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 bg-white">
- <script src="./dist/js/demo-theme.min.js?1685973381"></script>
- <div class="row g-0 flex-fill">
- <div class="col-12 col-lg-6 col-xl-4 border-top-wide border-primary d-flex flex-column justify-content-center">
- <div class="container container-tight my-5 px-lg-5">
- <div class="text-center mb-4">
- <a href="." class="navbar-brand navbar-brand-autodark"><img src="./static/logo.svg" height="36" alt=""></a>
- </div>
- <h2 class="h3 text-center mb-3">
- Login to your account
- </h2>
- <form action="./" method="get" autocomplete="off" novalidate>
- <div class="mb-3">
- <label class="form-label">Email address</label>
- <input type="email" class="form-control" placeholder="your@email.com" autocomplete="off">
- </div>
- <div class="mb-2">
- <label class="form-label">
- Password
- <span class="form-label-description">
- <a href="./forgot-password.html">I forgot password</a>
- </span>
- </label>
- <div class="input-group input-group-flat">
- <input type="password" class="form-control" placeholder="Your password" autocomplete="off">
- <span class="input-group-text">
- <a href="#" class="link-secondary" title="Show password" data-bs-toggle="tooltip"><!-- Download SVG icon from http://tabler-icons.io/i/eye -->
- <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="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" /><path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" /></svg>
- </a>
- </span>
- </div>
- </div>
- <div class="mb-2">
- <label class="form-check">
- <input type="checkbox" class="form-check-input"/>
- <span class="form-check-label">Remember me on this device</span>
- </label>
- </div>
- <div class="form-footer">
- <button type="submit" class="btn btn-primary w-100">Sign in</button>
- </div>
- </form>
- <div class="text-center text-secondary mt-3">
- Don't have account yet? <a href="./sign-up.html" tabindex="-1">Sign up</a>
- </div>
- </div>
- </div>
- <div class="col-12 col-lg-6 col-xl-8 d-none d-lg-block">
- <!-- Photo -->
- <div class="bg-cover h-100 min-vh-100" style="background-image: url(./static/photos/finances-us-dollars-and-bitcoins-currency-money-2.jpg)"></div>
- </div>
- </div>
- <!-- Libs JS -->
- <!-- Tabler Core -->
- <script src="./dist/js/tabler.min.js?1685973381" defer></script>
- <script src="./dist/js/demo.min.js?1685973381" defer></script>
- </body>
- </html>
|