|
@@ -1,7 +1,7 @@
|
|
|
<!doctype html>
|
|
|
<!--
|
|
|
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
|
|
|
-* @version 1.0.0-alpha.5
|
|
|
+* @version 1.0.0-alpha.7
|
|
|
* @link https://github.com/tabler/tabler
|
|
|
* Copyright 2018-2019 The Tabler Authors
|
|
|
* Copyright 2018-2019 codecalm.net Paweł Kuna
|
|
@@ -24,22 +24,8 @@
|
|
|
<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"/>
|
|
|
- <!-- Libs CSS -->
|
|
|
- <link href="./dist/libs/jqvmap/dist/jqvmap.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/selectize/dist/css/selectize.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/fullcalendar/core/main.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/fullcalendar/daygrid/main.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/fullcalendar/timegrid/main.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/fullcalendar/list/main.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/flatpickr/dist/flatpickr.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/libs/nouislider/distribute/nouislider.min.css" rel="stylesheet"/>
|
|
|
- <link href="https://api.mapbox.com/mapbox-gl-js/v1.8.0/mapbox-gl.css" rel="stylesheet"/>
|
|
|
- <!-- Tabler Core -->
|
|
|
+ <!-- CSS files -->
|
|
|
<link href="./dist/css/tabler.min.css" rel="stylesheet"/>
|
|
|
- <!-- Tabler Plugins -->
|
|
|
- <link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
|
|
|
- <link href="./dist/css/tabler-buttons.min.css" rel="stylesheet"/>
|
|
|
<link href="./dist/css/demo.min.css" rel="stylesheet"/>
|
|
|
<style>
|
|
|
body {
|
|
@@ -60,12 +46,7 @@
|
|
|
</p>
|
|
|
<div class="empty-action">
|
|
|
<a href="./." class="btn btn-primary">
|
|
|
- <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"/>
|
|
|
- <line x1="5" y1="12" x2="19" y2="12" />
|
|
|
- <line x1="5" y1="12" x2="11" y2="18" />
|
|
|
- <line x1="5" y1="12" x2="11" y2="6" />
|
|
|
- </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"/><line x1="5" y1="12" x2="19" y2="12" /><line x1="5" y1="12" x2="11" y2="18" /><line x1="5" y1="12" x2="11" y2="6" /></svg>
|
|
|
Take me home
|
|
|
</a>
|
|
|
</div>
|
|
@@ -74,7 +55,6 @@
|
|
|
</div>
|
|
|
<!-- Libs JS -->
|
|
|
<script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
|
|
- <script src="./dist/libs/jquery/dist/jquery.slim.min.js"></script>
|
|
|
<!-- Tabler Core -->
|
|
|
<script src="./dist/js/tabler.min.js"></script>
|
|
|
<script>
|