mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
Release 1.0.0-beta17
This commit is contained in:
+13
-13
@@ -1,10 +1,10 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
* @version 1.0.0-beta16
|
||||
* @version 1.0.0-beta17
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2022 The Tabler Authors
|
||||
* Copyright 2018-2022 codecalm.net Paweł Kuna
|
||||
* 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">
|
||||
@@ -14,11 +14,11 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
||||
<title>Sign up - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
|
||||
<!-- CSS files -->
|
||||
<link href="./dist/css/tabler.min.css?1669759017" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-flags.min.css?1669759017" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-payments.min.css?1669759017" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-vendors.min.css?1669759017" rel="stylesheet"/>
|
||||
<link href="./dist/css/demo.min.css?1669759017" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler.min.css?1674944402" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-flags.min.css?1674944402" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-payments.min.css?1674944402" rel="stylesheet"/>
|
||||
<link href="./dist/css/tabler-vendors.min.css?1674944402" rel="stylesheet"/>
|
||||
<link href="./dist/css/demo.min.css?1674944402" rel="stylesheet"/>
|
||||
<style>
|
||||
@import url('https://rsms.me/inter/inter.css');
|
||||
:root {
|
||||
@@ -29,8 +29,8 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class=" border-top-wide border-primary d-flex flex-column">
|
||||
<script src="./dist/js/demo-theme.min.js?1669759017"></script>
|
||||
<body class=" d-flex flex-column">
|
||||
<script src="./dist/js/demo-theme.min.js?1674944402"></script>
|
||||
<div class="page page-center">
|
||||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
@@ -53,7 +53,7 @@
|
||||
<input type="password" class="form-control" placeholder="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"/><circle cx="12" cy="12" r="2" /><path d="M22 12c-2.667 4.667 -6 7 -10 7s-7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7" /></svg>
|
||||
<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="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M22 12c-2.667 4.667 -6 7 -10 7s-7.333 -2.333 -10 -7c2.667 -4.667 6 -7 10 -7s7.333 2.333 10 7" /></svg>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
@@ -76,7 +76,7 @@
|
||||
</div>
|
||||
<!-- Libs JS -->
|
||||
<!-- Tabler Core -->
|
||||
<script src="./dist/js/tabler.min.js?1669759017" defer></script>
|
||||
<script src="./dist/js/demo.min.js?1669759017" defer></script>
|
||||
<script src="./dist/js/tabler.min.js?1674944402" defer></script>
|
||||
<script src="./dist/js/demo.min.js?1674944402" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user