all.html 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-alpha.21
  5. * @link https://tabler.io
  6. * Copyright 2018-2020 The Tabler Authors
  7. * Copyright 2018-2020 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Index - Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <!-- CSS files -->
  17. <link href="./dist/css/tabler.min.css" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css" rel="stylesheet"/>
  22. </head>
  23. <body class="antialiased">
  24. <div class="page">
  25. <header class="navbar navbar-expand-md navbar-light d-print-none">
  26. <div class="container-xl">
  27. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu">
  28. <span class="navbar-toggler-icon"></span>
  29. </button>
  30. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  31. <a href=".">
  32. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  33. </a>
  34. </h1>
  35. <div class="navbar-nav flex-row order-md-last">
  36. <div class="nav-item dropdown d-none d-md-flex me-3">
  37. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  38. <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="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  39. <span class="badge bg-red"></span>
  40. </a>
  41. <div class="dropdown-menu dropdown-menu-end dropdown-menu-card">
  42. <div class="card">
  43. <div class="card-body">
  44. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus ad amet consectetur exercitationem fugiat in ipsa ipsum, natus odio quidem quod repudiandae sapiente. Amet debitis et magni maxime necessitatibus ullam.
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <div class="nav-item dropdown">
  50. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  51. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  52. <div class="d-none d-xl-block ps-2">
  53. <div>Paweł Kuna</div>
  54. <div class="mt-1 small text-muted">UI Designer</div>
  55. </div>
  56. </a>
  57. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  58. <a href="#" class="dropdown-item">Set status</a>
  59. <a href="#" class="dropdown-item">Profile & account</a>
  60. <a href="#" class="dropdown-item">Feedback</a>
  61. <div class="dropdown-divider"></div>
  62. <a href="#" class="dropdown-item">Settings</a>
  63. <a href="#" class="dropdown-item">Logout</a>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </header>
  69. <div class="navbar-expand-md">
  70. <div class="collapse navbar-collapse" id="navbar-menu">
  71. <div class="navbar navbar-light">
  72. <div class="container-xl">
  73. <ul class="navbar-nav">
  74. <li class="nav-item">
  75. <a class="nav-link" href="./index.html" >
  76. <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  77. </span>
  78. <span class="nav-link-title">
  79. Home
  80. </span>
  81. </a>
  82. </li>
  83. <li class="nav-item dropdown">
  84. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" role="button" aria-expanded="false" >
  85. <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="12 3 20 7.5 20 16.5 12 21 4 16.5 4 7.5 12 3" /><line x1="12" y1="12" x2="20" y2="7.5" /><line x1="12" y1="12" x2="12" y2="21" /><line x1="12" y1="12" x2="4" y2="7.5" /><line x1="16" y1="5.25" x2="8" y2="9.75" /></svg>
  86. </span>
  87. <span class="nav-link-title">
  88. Interface
  89. </span>
  90. </a>
  91. <div class="dropdown-menu">
  92. <div class="dropdown-menu-columns">
  93. <div class="dropdown-menu-column">
  94. <a class="dropdown-item" href="./empty.html" >
  95. Empty page
  96. </a>
  97. <a class="dropdown-item" href="./accordion.html" >
  98. Accordion
  99. </a>
  100. <a class="dropdown-item" href="./blank.html" >
  101. Blank page
  102. </a>
  103. <a class="dropdown-item" href="./buttons.html" >
  104. Buttons
  105. </a>
  106. <a class="dropdown-item" href="./cards.html" >
  107. Cards
  108. </a>
  109. <a class="dropdown-item" href="./cards-masonry.html" >
  110. Cards Masonry
  111. </a>
  112. <a class="dropdown-item" href="./colors.html" >
  113. Colors
  114. </a>
  115. <a class="dropdown-item" href="./dropdowns.html" >
  116. Dropdowns
  117. </a>
  118. <a class="dropdown-item" href="./icons.html" >
  119. Icons
  120. </a>
  121. <a class="dropdown-item" href="./modals.html" >
  122. Modals
  123. </a>
  124. <a class="dropdown-item" href="./maps.html" >
  125. Maps
  126. </a>
  127. <a class="dropdown-item" href="./map-fullsize.html" >
  128. Map fullsize
  129. </a>
  130. <a class="dropdown-item" href="./maps-vector.html" >
  131. Vector maps
  132. </a>
  133. <a class="dropdown-item" href="./navigation.html" >
  134. Navigation
  135. </a>
  136. </div>
  137. <div class="dropdown-menu-column">
  138. <a class="dropdown-item" href="./charts.html" >
  139. Charts
  140. </a>
  141. <a class="dropdown-item" href="./charts-heatmap.html" >
  142. Charts heatmap
  143. </a>
  144. <a class="dropdown-item" href="./pagination.html" >
  145. Pagination
  146. </a>
  147. <a class="dropdown-item" href="./skeleton.html" >
  148. Skeleton
  149. </a>
  150. <a class="dropdown-item" href="./tabs.html" >
  151. Tabs
  152. </a>
  153. <a class="dropdown-item" href="./tables.html" >
  154. Tables
  155. </a>
  156. <a class="dropdown-item" href="./carousel.html" >
  157. Carousel
  158. </a>
  159. <a class="dropdown-item" href="./lists.html" >
  160. Lists
  161. </a>
  162. <a class="dropdown-item" href="./typography.html" >
  163. Typography
  164. </a>
  165. <a class="dropdown-item" href="./page-headers.html" >
  166. Page headers
  167. </a>
  168. <a class="dropdown-item" href="./markdown.html" >
  169. Markdown
  170. </a>
  171. <div class="dropend">
  172. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" role="button" aria-expanded="false" >
  173. Authentication
  174. </a>
  175. <div class="dropdown-menu">
  176. <a href="./sign-in.html" class="dropdown-item">Sign in</a>
  177. <a href="./sign-up.html" class="dropdown-item">Sign up</a>
  178. <a href="./forgot-password.html" class="dropdown-item">Forgot password</a>
  179. <a href="./terms-of-service.html" class="dropdown-item">Terms of service</a>
  180. <a href="./auth-lock.html" class="dropdown-item">Lock screen</a>
  181. </div>
  182. </div>
  183. <div class="dropend">
  184. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" role="button" aria-expanded="false" >
  185. Error pages
  186. </a>
  187. <div class="dropdown-menu">
  188. <a href="./error-404.html" class="dropdown-item">404 page</a>
  189. <a href="./error-500.html" class="dropdown-item">500 page</a>
  190. <a href="./error-maintenance.html" class="dropdown-item">Maintenance page</a>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. </div>
  196. </li>
  197. <li class="nav-item">
  198. <a class="nav-link" href="./form-elements.html" >
  199. <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><polyline points="9 11 12 14 20 6" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  200. </span>
  201. <span class="nav-link-title">
  202. Form elements
  203. </span>
  204. </a>
  205. </li>
  206. <li class="nav-item dropdown">
  207. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" role="button" aria-expanded="false" >
  208. <span class="nav-link-icon d-md-none d-lg-inline-block"><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 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  209. </span>
  210. <span class="nav-link-title">
  211. Extra
  212. </span>
  213. </a>
  214. <div class="dropdown-menu">
  215. <a class="dropdown-item" href="./activity.html" >
  216. Activity
  217. </a>
  218. <a class="dropdown-item" href="./gallery.html" >
  219. Gallery
  220. </a>
  221. <a class="dropdown-item" href="./invoice.html" >
  222. Invoice
  223. </a>
  224. <a class="dropdown-item" href="./search-results.html" >
  225. Search results
  226. </a>
  227. <a class="dropdown-item" href="./pricing.html" >
  228. Pricing cards
  229. </a>
  230. <a class="dropdown-item" href="./users.html" >
  231. Users
  232. </a>
  233. <a class="dropdown-item" href="./license.html" >
  234. License
  235. </a>
  236. <a class="dropdown-item" href="./music.html" >
  237. Music
  238. </a>
  239. <a class="dropdown-item" href="./widgets.html" >
  240. Widgets
  241. </a>
  242. <a class="dropdown-item" href="./wizard.html" >
  243. Wizard
  244. </a>
  245. </div>
  246. </li>
  247. <li class="nav-item dropdown">
  248. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" role="button" aria-expanded="false" >
  249. <span class="nav-link-icon d-md-none d-lg-inline-block"><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"/><rect x="4" y="4" width="6" height="5" rx="2" /><rect x="4" y="13" width="6" height="7" rx="2" /><rect x="14" y="4" width="6" height="7" rx="2" /><rect x="14" y="15" width="6" height="5" rx="2" /></svg>
  250. </span>
  251. <span class="nav-link-title">
  252. Layout
  253. </span>
  254. </a>
  255. <div class="dropdown-menu">
  256. <div class="dropdown-menu-columns">
  257. <div class="dropdown-menu-column">
  258. <a class="dropdown-item" href="./layout-horizontal.html" >
  259. Horizontal
  260. </a>
  261. <a class="dropdown-item" href="./layout-vertical.html" >
  262. Vertical
  263. </a>
  264. <a class="dropdown-item" href="./layout-vertical-transparent.html" >
  265. Vertical transparent
  266. </a>
  267. <a class="dropdown-item" href="./layout-vertical-right.html" >
  268. Right vertical
  269. </a>
  270. <a class="dropdown-item" href="./layout-condensed.html" >
  271. Condensed
  272. </a>
  273. <a class="dropdown-item" href="./layout-condensed-dark.html" >
  274. Condensed dark
  275. </a>
  276. <a class="dropdown-item" href="./layout-combo.html" >
  277. Combined
  278. </a>
  279. </div>
  280. <div class="dropdown-menu-column">
  281. <a class="dropdown-item" href="./layout-navbar-dark.html" >
  282. Navbar dark
  283. </a>
  284. <a class="dropdown-item" href="./layout-navbar-sticky.html" >
  285. Navbar sticky
  286. </a>
  287. <a class="dropdown-item" href="./layout-navbar-overlap.html" >
  288. Navbar overlap
  289. </a>
  290. <a class="dropdown-item" href="./layout-dark.html" >
  291. Dark mode
  292. </a>
  293. <a class="dropdown-item" href="./layout-rtl.html" >
  294. RTL mode
  295. </a>
  296. <a class="dropdown-item" href="./layout-fluid.html" >
  297. Fluid
  298. </a>
  299. <a class="dropdown-item" href="./layout-fluid-vertical.html" >
  300. Fluid vertical
  301. </a>
  302. </div>
  303. </div>
  304. </div>
  305. </li>
  306. <li class="nav-item">
  307. <a class="nav-link" href="./docs/index.html" >
  308. <span class="nav-link-icon d-md-none d-lg-inline-block"><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="M14 3v4a1 1 0 0 0 1 1h4" /><path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /><line x1="9" y1="9" x2="10" y2="9" /><line x1="9" y1="13" x2="15" y2="13" /><line x1="9" y1="17" x2="15" y2="17" /></svg>
  309. </span>
  310. <span class="nav-link-title">
  311. Documentation
  312. </span>
  313. </a>
  314. </li>
  315. </ul>
  316. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  317. <form action="." method="get">
  318. <div class="input-icon">
  319. <span class="input-icon-addon">
  320. <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="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg>
  321. </span>
  322. <input type="text" class="form-control" placeholder="Search…" aria-label="Search in website">
  323. </div>
  324. </form>
  325. </div>
  326. </div>
  327. </div>
  328. </div>
  329. </div>
  330. <div class="content">
  331. <div class="container-xl">
  332. <!-- Page title -->
  333. <div class="page-header d-print-none">
  334. <div class="row align-items-center">
  335. <div class="col">
  336. <h2 class="page-title">
  337. Index
  338. </h2>
  339. </div>
  340. </div>
  341. </div>
  342. <div class="row row justify-content-center mt-3 mt-lg-5">
  343. <div class="col-lg-6 col-xl-5">
  344. <div class="card">
  345. <div class="card-header">
  346. <h2 class="card-title">
  347. All pages
  348. </h2>
  349. </div>
  350. <div class="card-body">
  351. <ul>
  352. <li>
  353. <a href="/redirects.json">
  354. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  355. redirects.json
  356. </a>
  357. </li>
  358. <li>
  359. <a href="/layout-combo.html">
  360. layout-combo.html
  361. </a>
  362. </li>
  363. <li>
  364. <a href="/layout-condensed-dark.html">
  365. layout-condensed-dark.html
  366. </a>
  367. </li>
  368. <li>
  369. <a href="/layout-condensed.html">
  370. layout-condensed.html
  371. </a>
  372. </li>
  373. <li>
  374. <a href="/layout-dark.html">
  375. layout-dark.html
  376. </a>
  377. </li>
  378. <li>
  379. <a href="/layout-fluid-vertical.html">
  380. layout-fluid-vertical.html
  381. </a>
  382. </li>
  383. <li>
  384. <a href="/layout-fluid.html">
  385. layout-fluid.html
  386. </a>
  387. </li>
  388. <li>
  389. <a href="/layout-horizontal.html">
  390. layout-horizontal.html
  391. </a>
  392. </li>
  393. <li>
  394. <a href="/layout-navbar-dark.html">
  395. layout-navbar-dark.html
  396. </a>
  397. </li>
  398. <li>
  399. <a href="/layout-navbar-overlap.html">
  400. layout-navbar-overlap.html
  401. </a>
  402. </li>
  403. <li>
  404. <a href="/layout-navbar-sticky.html">
  405. layout-navbar-sticky.html
  406. </a>
  407. </li>
  408. <li>
  409. <a href="/layout-vertical-right.html">
  410. layout-vertical-right.html
  411. </a>
  412. </li>
  413. <li>
  414. <a href="/layout-vertical-transparent.html">
  415. layout-vertical-transparent.html
  416. </a>
  417. </li>
  418. <li>
  419. <a href="/layout-vertical.html">
  420. layout-vertical.html
  421. </a>
  422. </li>
  423. <li>
  424. <a href="/map-fullsize.html">
  425. map-fullsize.html
  426. </a>
  427. </li>
  428. <li>
  429. <a href="/robots.txt">
  430. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  431. robots.txt
  432. </a>
  433. </li>
  434. <li>
  435. <a href="/search-results.html">
  436. search-results.html
  437. </a>
  438. </li>
  439. <li>
  440. <a href="/sitemap.xml">
  441. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  442. sitemap.xml
  443. </a>
  444. </li>
  445. <li>
  446. <a href="/skeleton.html">
  447. skeleton.html
  448. </a>
  449. </li>
  450. <li>
  451. <a href="/tables.html">
  452. tables.html
  453. </a>
  454. </li>
  455. <li>
  456. <a href="/docs.html">
  457. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  458. redirect.html
  459. </a>
  460. </li>
  461. <li>
  462. <a href="/accordion.html">
  463. Accordion
  464. </a>
  465. </li>
  466. <li>
  467. <a href="/activity.html">
  468. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  469. Activity
  470. </a>
  471. </li>
  472. <li>
  473. <a href="/blank.html">
  474. Blank page
  475. </a>
  476. </li>
  477. <li>
  478. <a href="/buttons.html">
  479. Buttons
  480. </a>
  481. </li>
  482. <li>
  483. <a href="/cards.html">
  484. Cards
  485. </a>
  486. </li>
  487. <li>
  488. <a href="/cards-masonry.html">
  489. Cards Masonry
  490. </a>
  491. </li>
  492. <li>
  493. <a href="/carousel.html">
  494. Carousel
  495. </a>
  496. </li>
  497. <li>
  498. <a href="/changelog.html">
  499. Changelog
  500. </a>
  501. </li>
  502. <li>
  503. <a href="/charts.html">
  504. Charts
  505. </a>
  506. </li>
  507. <li>
  508. <a href="/colors.html">
  509. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  510. Colors
  511. </a>
  512. </li>
  513. <li>
  514. <a href="/dropdowns.html">
  515. Dropdowns
  516. </a>
  517. </li>
  518. <li>
  519. <a href="/empty.html">
  520. Empty page
  521. </a>
  522. </li>
  523. <li>
  524. <a href="/forgot-password.html">
  525. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  526. Forgot password
  527. </a>
  528. </li>
  529. <li>
  530. <a href="/auth-lock.html">
  531. Forgot password
  532. </a>
  533. </li>
  534. <li>
  535. <a href="/form-elements.html">
  536. Form elements
  537. </a>
  538. </li>
  539. <li>
  540. <a href="/gallery.html">
  541. Gallery
  542. </a>
  543. </li>
  544. <li>
  545. <a href="/charts-heatmap.html">
  546. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  547. Heatmap Charts
  548. </a>
  549. </li>
  550. <li>
  551. <a href="/icons.html">
  552. Icons
  553. </a>
  554. </li>
  555. <li>
  556. <a href="/all.html">
  557. Index
  558. </a>
  559. </li>
  560. <li>
  561. <a href="/invoice.html">
  562. Invoice
  563. </a>
  564. </li>
  565. <li>
  566. <a href="/license.html">
  567. License
  568. </a>
  569. </li>
  570. <li>
  571. <a href="/lists.html">
  572. Lists
  573. </a>
  574. </li>
  575. <li>
  576. <a href="/error-maintenance.html">
  577. Maintenance mode
  578. </a>
  579. </li>
  580. <li>
  581. <a href="/maps.html">
  582. Maps
  583. </a>
  584. </li>
  585. <li>
  586. <a href="/markdown.html">
  587. Markdown
  588. </a>
  589. </li>
  590. <li>
  591. <a href="/modals.html">
  592. Modals
  593. </a>
  594. </li>
  595. <li>
  596. <a href="/music.html">
  597. Music components
  598. </a>
  599. </li>
  600. <li>
  601. <a href="/navigation.html">
  602. Navigation
  603. </a>
  604. </li>
  605. <li>
  606. <a href="/error-404.html">
  607. Page 404
  608. </a>
  609. </li>
  610. <li>
  611. <a href="/error-500.html">
  612. Page 500
  613. </a>
  614. </li>
  615. <li>
  616. <a href="/page-headers.html">
  617. Page headers
  618. </a>
  619. </li>
  620. <li>
  621. <a href="/pagination.html">
  622. Pagination
  623. </a>
  624. </li>
  625. <li>
  626. <a href="/pricing.html">
  627. Pricing cards
  628. </a>
  629. </li>
  630. <li>
  631. <a href="/layout-rtl.html">
  632. RTL mode
  633. </a>
  634. </li>
  635. <li>
  636. <a href="/sign-in.html">
  637. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  638. Sign in
  639. </a>
  640. </li>
  641. <li>
  642. <a href="/sign-up.html">
  643. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  644. Sign up
  645. </a>
  646. </li>
  647. <li>
  648. <a href="/tabs.html">
  649. Tabs
  650. </a>
  651. </li>
  652. <li>
  653. <a href="/terms-of-service.html">
  654. <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1 text-red" 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"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
  655. Terms of service
  656. </a>
  657. </li>
  658. <li>
  659. <a href="/typography.html">
  660. Typography
  661. </a>
  662. </li>
  663. <li>
  664. <a href="/users.html">
  665. Users list
  666. </a>
  667. </li>
  668. <li>
  669. <a href="/maps-vector.html">
  670. Vector Maps
  671. </a>
  672. </li>
  673. <li>
  674. <a href="/widgets.html">
  675. Widgets
  676. </a>
  677. </li>
  678. <li>
  679. <a href="/wizard.html">
  680. Wizard
  681. </a>
  682. </li>
  683. </ul>
  684. </div>
  685. </div>
  686. </div>
  687. </div>
  688. </div>
  689. <footer class="footer footer-transparent d-print-none">
  690. <div class="container">
  691. <div class="row text-center align-items-center flex-row-reverse">
  692. <div class="col-lg-auto ms-lg-auto">
  693. <ul class="list-inline list-inline-dots mb-0">
  694. <li class="list-inline-item"><a href="./docs/index.html" class="link-secondary">Documentation</a></li>
  695. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  696. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  697. </ul>
  698. </div>
  699. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  700. <ul class="list-inline list-inline-dots mb-0">
  701. <li class="list-inline-item">
  702. Copyright &copy; 2020
  703. <a href="." class="link-secondary">Tabler</a>.
  704. All rights reserved.
  705. </li>
  706. <li class="list-inline-item">
  707. <a href="./changelog.html" class="link-secondary" rel="noopener">v1.0.0-alpha.21</a>
  708. </li>
  709. </ul>
  710. </div>
  711. </div>
  712. </div>
  713. </footer>
  714. </div>
  715. </div>
  716. <!-- Libs JS -->
  717. <script src="./dist/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
  718. <!-- Tabler Core -->
  719. <script src="./dist/js/tabler.min.js"></script>
  720. </body>
  721. </html>