mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
77 lines
4.0 KiB
HTML
77 lines
4.0 KiB
HTML
<!doctype html>
|
|
<!--
|
|
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
|
* @version v1.0.0-alpha
|
|
* @link https://github.com/tabler/tabler
|
|
* Copyright 2018-2019 The Tabler Authors
|
|
* Copyright 2018-2019 codecalm.net Paweł Kuna
|
|
* Licensed under MIT (https://tabler.io/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"/>
|
|
<meta http-equiv="Content-Language" content="en"/>
|
|
<meta name="msapplication-TileColor" content="#206bc4"/>
|
|
<meta name="theme-color" content="#206bc4"/>
|
|
<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"/>
|
|
<meta name="robots" content="noindex,nofollow,noarchive"/>
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
|
|
<title>Forgot password - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
|
|
<!-- Libs CSS -->
|
|
<link href="./dist/libs/jqvmap/dist/jqvmap.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/libs/selectize/dist/css/selectize.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/libs/fullcalendar/core/main.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/libs/fullcalendar/daygrid/main.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/libs/fullcalendar/timegrid/main.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/libs/fullcalendar/list/main.min.css?1578436289" rel="stylesheet"/>
|
|
<!-- Tabler Core -->
|
|
<link href="./dist/css/tabler.min.css?1578436289" rel="stylesheet"/>
|
|
<!-- Tabler Plugins -->
|
|
<link href="./dist/css/tabler-flags.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/css/tabler-payments.min.css?1578436289" rel="stylesheet"/>
|
|
<link href="./dist/css/tabler-buttons.min.css?1578436289" rel="stylesheet"/>
|
|
</head>
|
|
<body class="antialiased border-top-wide border-primary">
|
|
<div class="d-flex h-auto min-h-full justify-content-center">
|
|
<div class="d-flex align-items-center justify-content-center flex-fill">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col col-login mx-auto">
|
|
<div class="text-center mb-4">
|
|
<img src="./img/logo.svg" class="h-8" alt="">
|
|
</div>
|
|
<form class="card" action="" method="post">
|
|
<div class="card-body p-5">
|
|
<div class="card-title">Forgot password</div>
|
|
<p class="text-muted">Enter your email address and your password will be reset and emailed to you.</p>
|
|
<div class="mb-2">
|
|
<label class="form-label" for="exampleInputEmail1">Email address</label>
|
|
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
|
|
</div>
|
|
<div class="form-footer">
|
|
<button type="submit" class="btn btn-primary btn-block">Send me new password</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
<div class="text-center text-muted">
|
|
Forget it, <a href="./login.html">send me back</a> to the sign in screen.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Libs JS -->
|
|
<script src="./dist/libs/jquery/dist/jquery.slim.min.js?1578436289"></script>
|
|
<script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js?1578436289"></script>
|
|
<!-- Tabler Core -->
|
|
<script src="./dist/js/tabler.min.js?1578436289"></script>
|
|
</body>
|
|
</html> |