mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 05:24:38 +04:00
1.0.0-alpha.7
This commit is contained in:
+4
-24
@@ -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 {
|
||||
@@ -52,7 +38,7 @@
|
||||
<div class="container-tight py-6">
|
||||
<div class="empty">
|
||||
<div class="empty-icon">
|
||||
<img src="./static/illustrations/undraw_quitting_time_dm8t.svg" class="h-8 mb-4" alt="">
|
||||
<img src="./static/illustrations/undraw_quitting_time_dm8t.svg" height="128" class="mb-4" alt="">
|
||||
</div>
|
||||
<p class="empty-title h3">Temporarily down for maintenance</p>
|
||||
<p class="empty-subtitle text-muted">
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user