mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 04:14:23 +04:00
Release 1.0.0-beta10
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<!--
|
||||
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
* @version 1.0.0-beta9
|
||||
* @version 1.0.0-beta10
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2022 The Tabler Authors
|
||||
* Copyright 2018-2022 codecalm.net Paweł Kuna
|
||||
@@ -160,7 +160,7 @@
|
||||
<div class="row align-items-center mt-3">
|
||||
<div class="col-4">
|
||||
<div class="progress">
|
||||
<div class="progress-bar" style="width: 25%" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">
|
||||
<div class="progress-bar" style="width: 25%" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100" aria-label="25% Complete">
|
||||
<span class="visually-hidden">25% Complete</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -180,7 +180,7 @@
|
||||
</div>
|
||||
<!-- Libs JS -->
|
||||
<!-- Tabler Core -->
|
||||
<script src="./dist/js/tabler.min.js"></script>
|
||||
<script src="./dist/js/demo.min.js"></script>
|
||||
<script src="./dist/js/tabler.min.js" defer></script>
|
||||
<script src="./dist/js/demo.min.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user