music.html 87 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta19
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 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>Music components - 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?1684106062" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1684106062" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1684106062" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1684106062" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1684106062" rel="stylesheet"/>
  22. <style>
  23. @import url('https://rsms.me/inter/inter.css');
  24. :root {
  25. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  26. }
  27. body {
  28. font-feature-settings: "cv03", "cv04", "cv11";
  29. }
  30. </style>
  31. </head>
  32. <body >
  33. <script src="./dist/js/demo-theme.min.js?1684106062"></script>
  34. <div class="page">
  35. <!-- Navbar -->
  36. <header class="navbar navbar-expand-md d-print-none" >
  37. <div class="container-xl">
  38. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  39. <span class="navbar-toggler-icon"></span>
  40. </button>
  41. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  42. <a href=".">
  43. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  44. </a>
  45. </h1>
  46. <div class="navbar-nav flex-row order-md-last">
  47. <div class="nav-item d-none d-md-flex me-3">
  48. <div class="btn-list">
  49. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  50. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  51. <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="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  52. Source code
  53. </a>
  54. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  55. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  56. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  57. Sponsor
  58. </a>
  59. </div>
  60. </div>
  61. <div class="d-none d-md-flex">
  62. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  63. data-bs-placement="bottom">
  64. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  65. <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 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  66. </a>
  67. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  68. data-bs-placement="bottom">
  69. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  70. <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-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  71. </a>
  72. <div class="nav-item dropdown d-none d-md-flex me-3">
  73. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  74. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  75. <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 1 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>
  76. <span class="badge bg-red"></span>
  77. </a>
  78. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  79. <div class="card">
  80. <div class="card-header">
  81. <h3 class="card-title">Last updates</h3>
  82. </div>
  83. <div class="list-group list-group-flush list-group-hoverable">
  84. <div class="list-group-item">
  85. <div class="row align-items-center">
  86. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  87. <div class="col text-truncate">
  88. <a href="#" class="text-body d-block">Example 1</a>
  89. <div class="d-block text-muted text-truncate mt-n1">
  90. Change deprecated html tags to text decoration classes (#29604)
  91. </div>
  92. </div>
  93. <div class="col-auto">
  94. <a href="#" class="list-group-item-actions">
  95. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  96. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" 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>
  97. </a>
  98. </div>
  99. </div>
  100. </div>
  101. <div class="list-group-item">
  102. <div class="row align-items-center">
  103. <div class="col-auto"><span class="status-dot d-block"></span></div>
  104. <div class="col text-truncate">
  105. <a href="#" class="text-body d-block">Example 2</a>
  106. <div class="d-block text-muted text-truncate mt-n1">
  107. justify-content:between ⇒ justify-content:space-between (#29734)
  108. </div>
  109. </div>
  110. <div class="col-auto">
  111. <a href="#" class="list-group-item-actions show">
  112. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  113. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" 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>
  114. </a>
  115. </div>
  116. </div>
  117. </div>
  118. <div class="list-group-item">
  119. <div class="row align-items-center">
  120. <div class="col-auto"><span class="status-dot d-block"></span></div>
  121. <div class="col text-truncate">
  122. <a href="#" class="text-body d-block">Example 3</a>
  123. <div class="d-block text-muted text-truncate mt-n1">
  124. Update change-version.js (#29736)
  125. </div>
  126. </div>
  127. <div class="col-auto">
  128. <a href="#" class="list-group-item-actions">
  129. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  130. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" 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>
  131. </a>
  132. </div>
  133. </div>
  134. </div>
  135. <div class="list-group-item">
  136. <div class="row align-items-center">
  137. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  138. <div class="col text-truncate">
  139. <a href="#" class="text-body d-block">Example 4</a>
  140. <div class="d-block text-muted text-truncate mt-n1">
  141. Regenerate package-lock.json (#29730)
  142. </div>
  143. </div>
  144. <div class="col-auto">
  145. <a href="#" class="list-group-item-actions">
  146. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  147. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" 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>
  148. </a>
  149. </div>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. <div class="nav-item dropdown">
  158. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  159. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  160. <div class="d-none d-xl-block ps-2">
  161. <div>Paweł Kuna</div>
  162. <div class="mt-1 small text-muted">UI Designer</div>
  163. </div>
  164. </a>
  165. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  166. <a href="#" class="dropdown-item">Status</a>
  167. <a href="./profile.html" class="dropdown-item">Profile</a>
  168. <a href="#" class="dropdown-item">Feedback</a>
  169. <div class="dropdown-divider"></div>
  170. <a href="./settings.html" class="dropdown-item">Settings</a>
  171. <a href="./sign-in.html" class="dropdown-item">Logout</a>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176. </header>
  177. <header class="navbar-expand-md">
  178. <div class="collapse navbar-collapse" id="navbar-menu">
  179. <div class="navbar">
  180. <div class="container-xl">
  181. <ul class="navbar-nav">
  182. <li class="nav-item">
  183. <a class="nav-link" href="./" >
  184. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  185. <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="M5 12l-2 0l9 -9l9 9l-2 0" /><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>
  186. </span>
  187. <span class="nav-link-title">
  188. Home
  189. </span>
  190. </a>
  191. </li>
  192. <li class="nav-item dropdown">
  193. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  194. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  195. <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 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  196. </span>
  197. <span class="nav-link-title">
  198. Interface
  199. </span>
  200. </a>
  201. <div class="dropdown-menu">
  202. <div class="dropdown-menu-columns">
  203. <div class="dropdown-menu-column">
  204. <a class="dropdown-item" href="./accordion.html">
  205. Accordion
  206. </a>
  207. <a class="dropdown-item" href="./blank.html">
  208. Blank page
  209. </a>
  210. <a class="dropdown-item" href="./badges.html">
  211. Badges
  212. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  213. </a>
  214. <a class="dropdown-item" href="./buttons.html">
  215. Buttons
  216. </a>
  217. <div class="dropend">
  218. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  219. Cards
  220. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  221. </a>
  222. <div class="dropdown-menu">
  223. <a href="./cards.html" class="dropdown-item">
  224. Sample cards
  225. </a>
  226. <a href="./card-actions.html" class="dropdown-item">
  227. Card actions
  228. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  229. </a>
  230. <a href="./cards-masonry.html" class="dropdown-item">
  231. Cards Masonry
  232. </a>
  233. </div>
  234. </div>
  235. <a class="dropdown-item" href="./colors.html">
  236. Colors
  237. </a>
  238. <a class="dropdown-item" href="./datagrid.html">
  239. Data grid
  240. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  241. </a>
  242. <a class="dropdown-item" href="./datatables.html">
  243. Datatables
  244. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  245. </a>
  246. <a class="dropdown-item" href="./dropdowns.html">
  247. Dropdowns
  248. </a>
  249. <a class="dropdown-item" href="./modals.html">
  250. Modals
  251. </a>
  252. <a class="dropdown-item" href="./maps.html">
  253. Maps
  254. </a>
  255. <a class="dropdown-item" href="./map-fullsize.html">
  256. Map fullsize
  257. </a>
  258. <a class="dropdown-item" href="./maps-vector.html">
  259. Vector maps
  260. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  261. </a>
  262. <a class="dropdown-item" href="./navigation.html">
  263. Navigation
  264. </a>
  265. <a class="dropdown-item" href="./charts.html">
  266. Charts
  267. </a>
  268. <a class="dropdown-item" href="./pagination.html">
  269. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  270. Pagination
  271. </a>
  272. </div>
  273. <div class="dropdown-menu-column">
  274. <a class="dropdown-item" href="./placeholder.html">
  275. Placeholder
  276. </a>
  277. <a class="dropdown-item" href="./steps.html">
  278. Steps
  279. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  280. </a>
  281. <a class="dropdown-item" href="./stars-rating.html">
  282. Stars rating
  283. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  284. </a>
  285. <a class="dropdown-item" href="./tabs.html">
  286. Tabs
  287. </a>
  288. <a class="dropdown-item" href="./tables.html">
  289. Tables
  290. </a>
  291. <a class="dropdown-item" href="./carousel.html">
  292. Carousel
  293. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  294. </a>
  295. <a class="dropdown-item" href="./lists.html">
  296. Lists
  297. </a>
  298. <a class="dropdown-item" href="./typography.html">
  299. Typography
  300. </a>
  301. <a class="dropdown-item" href="./offcanvas.html">
  302. Offcanvas
  303. </a>
  304. <a class="dropdown-item" href="./markdown.html">
  305. Markdown
  306. </a>
  307. <a class="dropdown-item" href="./dropzone.html">
  308. Dropzone
  309. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  310. </a>
  311. <a class="dropdown-item" href="./lightbox.html">
  312. Lightbox
  313. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  314. </a>
  315. <a class="dropdown-item" href="./tinymce.html">
  316. TinyMCE
  317. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  318. </a>
  319. <a class="dropdown-item" href="./inline-player.html">
  320. Inline player
  321. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  322. </a>
  323. <div class="dropend">
  324. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  325. Authentication
  326. </a>
  327. <div class="dropdown-menu">
  328. <a href="./sign-in.html" class="dropdown-item">
  329. Sign in
  330. </a>
  331. <a href="./sign-in-link.html" class="dropdown-item">
  332. Sign in link
  333. </a>
  334. <a href="./sign-in-illustration.html" class="dropdown-item">
  335. Sign in with illustration
  336. </a>
  337. <a href="./sign-in-cover.html" class="dropdown-item">
  338. Sign in with cover
  339. </a>
  340. <a href="./sign-up.html" class="dropdown-item">
  341. Sign up
  342. </a>
  343. <a href="./forgot-password.html" class="dropdown-item">
  344. Forgot password
  345. </a>
  346. <a href="./terms-of-service.html" class="dropdown-item">
  347. Terms of service
  348. </a>
  349. <a href="./auth-lock.html" class="dropdown-item">
  350. Lock screen
  351. </a>
  352. </div>
  353. </div>
  354. <div class="dropend">
  355. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  356. <!-- Download SVG icon from http://tabler-icons.io/i/file-minus -->
  357. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" 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" /><path d="M9 14l6 0" /></svg>
  358. Error pages
  359. </a>
  360. <div class="dropdown-menu">
  361. <a href="./error-404.html" class="dropdown-item">
  362. 404 page
  363. </a>
  364. <a href="./error-500.html" class="dropdown-item">
  365. 500 page
  366. </a>
  367. <a href="./error-maintenance.html" class="dropdown-item">
  368. Maintenance page
  369. </a>
  370. </div>
  371. </div>
  372. </div>
  373. </div>
  374. </div>
  375. </li>
  376. <li class="nav-item">
  377. <a class="nav-link" href="./form-elements.html" >
  378. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  379. <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="M9 11l3 3l8 -8" /><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>
  380. </span>
  381. <span class="nav-link-title">
  382. Form elements
  383. </span>
  384. </a>
  385. </li>
  386. <li class="nav-item active dropdown">
  387. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  388. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  389. <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>
  390. </span>
  391. <span class="nav-link-title">
  392. Extra
  393. </span>
  394. </a>
  395. <div class="dropdown-menu">
  396. <div class="dropdown-menu-columns">
  397. <div class="dropdown-menu-column">
  398. <a class="dropdown-item" href="./empty.html">
  399. Empty page
  400. </a>
  401. <a class="dropdown-item" href="./cookie-banner.html">
  402. Cookie banner
  403. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  404. </a>
  405. <a class="dropdown-item" href="./activity.html">
  406. Activity
  407. </a>
  408. <a class="dropdown-item" href="./gallery.html">
  409. Gallery
  410. </a>
  411. <a class="dropdown-item" href="./invoice.html">
  412. Invoice
  413. </a>
  414. <a class="dropdown-item" href="./search-results.html">
  415. Search results
  416. </a>
  417. <a class="dropdown-item" href="./pricing.html">
  418. Pricing cards
  419. </a>
  420. <a class="dropdown-item" href="./pricing-table.html">
  421. Pricing table
  422. </a>
  423. <a class="dropdown-item" href="./faq.html">
  424. FAQ
  425. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  426. </a>
  427. <a class="dropdown-item" href="./users.html">
  428. Users
  429. </a>
  430. <a class="dropdown-item" href="./license.html">
  431. License
  432. </a>
  433. </div>
  434. <div class="dropdown-menu-column">
  435. <a class="dropdown-item" href="./logs.html">
  436. Logs
  437. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  438. </a>
  439. <a class="dropdown-item active" href="./music.html">
  440. Music
  441. </a>
  442. <a class="dropdown-item" href="./photogrid.html">
  443. Photogrid
  444. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  445. </a>
  446. <a class="dropdown-item" href="./tasks.html">
  447. Tasks
  448. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  449. </a>
  450. <a class="dropdown-item" href="./uptime.html">
  451. Uptime monitor
  452. </a>
  453. <a class="dropdown-item" href="./widgets.html">
  454. Widgets
  455. </a>
  456. <a class="dropdown-item" href="./wizard.html">
  457. Wizard
  458. </a>
  459. <a class="dropdown-item" href="./settings.html">
  460. Settings
  461. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  462. </a>
  463. <a class="dropdown-item" href="./trial-ended.html">
  464. Trial ended
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. <a class="dropdown-item" href="./job-listing.html">
  468. Job listing
  469. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  470. </a>
  471. <a class="dropdown-item" href="./page-loader.html">
  472. Page loader
  473. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  474. </a>
  475. </div>
  476. </div>
  477. </div>
  478. </li>
  479. <li class="nav-item dropdown">
  480. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  481. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  482. <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="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  483. </span>
  484. <span class="nav-link-title">
  485. Layout
  486. </span>
  487. </a>
  488. <div class="dropdown-menu">
  489. <div class="dropdown-menu-columns">
  490. <div class="dropdown-menu-column">
  491. <a class="dropdown-item" href="./layout-horizontal.html">
  492. Horizontal
  493. </a>
  494. <a class="dropdown-item" href="./layout-boxed.html">
  495. Boxed
  496. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  497. </a>
  498. <a class="dropdown-item" href="./layout-vertical.html">
  499. Vertical
  500. </a>
  501. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  502. Vertical transparent
  503. </a>
  504. <a class="dropdown-item" href="./layout-vertical-right.html">
  505. Right vertical
  506. </a>
  507. <a class="dropdown-item" href="./layout-condensed.html">
  508. Condensed
  509. </a>
  510. <a class="dropdown-item" href="./layout-combo.html">
  511. Combined
  512. </a>
  513. </div>
  514. <div class="dropdown-menu-column">
  515. <a class="dropdown-item" href="./layout-navbar-dark.html">
  516. Navbar dark
  517. </a>
  518. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  519. Navbar sticky
  520. </a>
  521. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  522. Navbar overlap
  523. </a>
  524. <a class="dropdown-item" href="./layout-rtl.html">
  525. RTL mode
  526. </a>
  527. <a class="dropdown-item" href="./layout-fluid.html">
  528. Fluid
  529. </a>
  530. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  531. Fluid vertical
  532. </a>
  533. </div>
  534. </div>
  535. </div>
  536. </li>
  537. <li class="nav-item">
  538. <a class="nav-link" href="./icons.html" >
  539. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  540. <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="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  541. </span>
  542. <span class="nav-link-title">
  543. 4158 icons
  544. </span>
  545. </a>
  546. </li>
  547. <li class="nav-item dropdown">
  548. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  549. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  550. <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-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  551. </span>
  552. <span class="nav-link-title">
  553. Help
  554. </span>
  555. </a>
  556. <div class="dropdown-menu">
  557. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  558. Documentation
  559. </a>
  560. <a class="dropdown-item" href="./changelog.html">
  561. Changelog
  562. </a>
  563. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  564. Source code
  565. </a>
  566. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  567. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  568. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  569. Sponsor project!
  570. </a>
  571. </div>
  572. </li>
  573. </ul>
  574. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  575. <form action="./" method="get" autocomplete="off" novalidate>
  576. <div class="input-icon">
  577. <span class="input-icon-addon">
  578. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  579. <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 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  580. </span>
  581. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  582. </div>
  583. </form>
  584. </div>
  585. </div>
  586. </div>
  587. </div>
  588. </header>
  589. <div class="page-wrapper">
  590. <!-- Page header -->
  591. <div class="page-header d-print-none">
  592. <div class="container-xl">
  593. <div class="row g-2 align-items-center">
  594. <div class="col">
  595. <h2 class="page-title">
  596. Music components
  597. </h2>
  598. </div>
  599. </div>
  600. </div>
  601. </div>
  602. <!-- Page body -->
  603. <div class="page-body">
  604. <div class="container-xl">
  605. <div class="row">
  606. <div class="col-lg-8">
  607. <div class="card">
  608. <div class="list-group card-list-group">
  609. <div class="list-group-item">
  610. <div class="row g-2 align-items-center">
  611. <div class="col-auto fs-3">
  612. 1
  613. </div>
  614. <div class="col-auto">
  615. <img src="./static/tracks/a4fb1d293bd8d3fd38352418c50fcf1369a7a87d.jpg" class="rounded" alt="Górą ty" width="40" height="40">
  616. </div>
  617. <div class="col">
  618. Górą ty
  619. <div class="text-muted">
  620. GOLEC UORKIESTRA,
  621. Gromee,
  622. Bedoes
  623. </div>
  624. </div>
  625. <div class="col-auto text-muted">
  626. 03:41
  627. </div>
  628. <div class="col-auto">
  629. <a href="#" class="link-secondary">
  630. <button class="switch-icon" data-bs-toggle="switch-icon">
  631. <span class="switch-icon-a text-muted">
  632. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  633. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  634. </span>
  635. <span class="switch-icon-b text-red">
  636. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  637. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  638. </span>
  639. </button>
  640. </a>
  641. </div>
  642. <div class="col-auto lh-1">
  643. <div class="dropdown">
  644. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  645. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  646. </a>
  647. <div class="dropdown-menu dropdown-menu-end">
  648. <a class="dropdown-item" href="#">
  649. Action
  650. </a>
  651. <a class="dropdown-item" href="#">
  652. Another action
  653. </a>
  654. </div>
  655. </div>
  656. </div>
  657. </div>
  658. </div>
  659. <div class="list-group-item">
  660. <div class="row g-2 align-items-center">
  661. <div class="col-auto fs-3">
  662. 2
  663. </div>
  664. <div class="col-auto">
  665. <img src="./static/tracks/f04bb6fba32e89475d9981007aff21e13745dec2.jpg" class="rounded" alt="High Life" width="40" height="40">
  666. </div>
  667. <div class="col">
  668. High Life
  669. <div class="text-muted">
  670. Daft Punk
  671. </div>
  672. </div>
  673. <div class="col-auto text-muted">
  674. 03:21
  675. </div>
  676. <div class="col-auto">
  677. <a href="#" class="link-secondary">
  678. <button class="switch-icon" data-bs-toggle="switch-icon">
  679. <span class="switch-icon-a text-muted">
  680. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  681. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  682. </span>
  683. <span class="switch-icon-b text-red">
  684. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  685. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  686. </span>
  687. </button>
  688. </a>
  689. </div>
  690. <div class="col-auto lh-1">
  691. <div class="dropdown">
  692. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  693. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  694. </a>
  695. <div class="dropdown-menu dropdown-menu-end">
  696. <a class="dropdown-item" href="#">
  697. Action
  698. </a>
  699. <a class="dropdown-item" href="#">
  700. Another action
  701. </a>
  702. </div>
  703. </div>
  704. </div>
  705. </div>
  706. </div>
  707. <div class="list-group-item">
  708. <div class="row g-2 align-items-center">
  709. <div class="col-auto fs-3">
  710. 3
  711. </div>
  712. <div class="col-auto">
  713. <img src="./static/tracks/c3f13b4f7a674abda9aa36fd72fa341e918c0f26.jpg" class="rounded" alt="Houdini" width="40" height="40">
  714. </div>
  715. <div class="col">
  716. Houdini
  717. <div class="text-muted">
  718. Foster The People
  719. </div>
  720. </div>
  721. <div class="col-auto text-muted">
  722. 03:23
  723. </div>
  724. <div class="col-auto">
  725. <a href="#" class="link-secondary">
  726. <button class="switch-icon" data-bs-toggle="switch-icon">
  727. <span class="switch-icon-a text-muted">
  728. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  729. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  730. </span>
  731. <span class="switch-icon-b text-red">
  732. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  733. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  734. </span>
  735. </button>
  736. </a>
  737. </div>
  738. <div class="col-auto lh-1">
  739. <div class="dropdown">
  740. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  741. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  742. </a>
  743. <div class="dropdown-menu dropdown-menu-end">
  744. <a class="dropdown-item" href="#">
  745. Action
  746. </a>
  747. <a class="dropdown-item" href="#">
  748. Another action
  749. </a>
  750. </div>
  751. </div>
  752. </div>
  753. </div>
  754. </div>
  755. <div class="list-group-item">
  756. <div class="row g-2 align-items-center">
  757. <div class="col-auto fs-3">
  758. 4
  759. </div>
  760. <div class="col-auto">
  761. <img src="./static/tracks/4d4ab714dfca7b9df41d4a02a2c39394ebdeb6b6.jpg" class="rounded" alt="Safe And Sound" width="40" height="40">
  762. </div>
  763. <div class="col">
  764. Safe And Sound
  765. <div class="text-muted">
  766. Capital Cities
  767. </div>
  768. </div>
  769. <div class="col-auto text-muted">
  770. 03:12
  771. </div>
  772. <div class="col-auto">
  773. <a href="#" class="link-secondary">
  774. <button class="switch-icon" data-bs-toggle="switch-icon">
  775. <span class="switch-icon-a text-muted">
  776. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  777. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  778. </span>
  779. <span class="switch-icon-b text-red">
  780. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  781. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  782. </span>
  783. </button>
  784. </a>
  785. </div>
  786. <div class="col-auto lh-1">
  787. <div class="dropdown">
  788. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  789. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  790. </a>
  791. <div class="dropdown-menu dropdown-menu-end">
  792. <a class="dropdown-item" href="#">
  793. Action
  794. </a>
  795. <a class="dropdown-item" href="#">
  796. Another action
  797. </a>
  798. </div>
  799. </div>
  800. </div>
  801. </div>
  802. </div>
  803. <div class="list-group-item">
  804. <div class="row g-2 align-items-center">
  805. <div class="col-auto fs-3">
  806. 5
  807. </div>
  808. <div class="col-auto">
  809. <img src="./static/tracks/79b2422b467ad20c07576e8f8f5f2f1692ac7142.jpg" class="rounded" alt="Partied Out" width="40" height="40">
  810. </div>
  811. <div class="col">
  812. Partied Out
  813. <div class="text-muted">
  814. Con Bro Chill
  815. </div>
  816. </div>
  817. <div class="col-auto text-muted">
  818. 03:17
  819. </div>
  820. <div class="col-auto">
  821. <a href="#" class="link-secondary">
  822. <button class="switch-icon" data-bs-toggle="switch-icon">
  823. <span class="switch-icon-a text-muted">
  824. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  825. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  826. </span>
  827. <span class="switch-icon-b text-red">
  828. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  829. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  830. </span>
  831. </button>
  832. </a>
  833. </div>
  834. <div class="col-auto lh-1">
  835. <div class="dropdown">
  836. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  837. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  838. </a>
  839. <div class="dropdown-menu dropdown-menu-end">
  840. <a class="dropdown-item" href="#">
  841. Action
  842. </a>
  843. <a class="dropdown-item" href="#">
  844. Another action
  845. </a>
  846. </div>
  847. </div>
  848. </div>
  849. </div>
  850. </div>
  851. <div class="list-group-item">
  852. <div class="row g-2 align-items-center">
  853. <div class="col-auto fs-3">
  854. 6
  855. </div>
  856. <div class="col-auto">
  857. <img src="./static/tracks/aac97056fc02fe02c7e95f7ff77a07c6e82f7d6e.jpg" class="rounded" alt="Runaway (U &amp; I)" width="40" height="40">
  858. </div>
  859. <div class="col">
  860. Runaway (U & I)
  861. <div class="text-muted">
  862. Galantis
  863. </div>
  864. </div>
  865. <div class="col-auto text-muted">
  866. 03:47
  867. </div>
  868. <div class="col-auto">
  869. <a href="#" class="link-secondary">
  870. <button class="switch-icon" data-bs-toggle="switch-icon">
  871. <span class="switch-icon-a text-muted">
  872. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  873. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  874. </span>
  875. <span class="switch-icon-b text-red">
  876. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  877. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  878. </span>
  879. </button>
  880. </a>
  881. </div>
  882. <div class="col-auto lh-1">
  883. <div class="dropdown">
  884. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  885. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  886. </a>
  887. <div class="dropdown-menu dropdown-menu-end">
  888. <a class="dropdown-item" href="#">
  889. Action
  890. </a>
  891. <a class="dropdown-item" href="#">
  892. Another action
  893. </a>
  894. </div>
  895. </div>
  896. </div>
  897. </div>
  898. </div>
  899. <div class="list-group-item">
  900. <div class="row g-2 align-items-center">
  901. <div class="col-auto fs-3">
  902. 7
  903. </div>
  904. <div class="col-auto">
  905. <img src="./static/tracks/859337f0eaa49b1ad6ed76719b7c1ae26d6412c8.jpg" class="rounded" alt="Light It Up (feat. Nyla &amp; Fuse ODG) - Remix" width="40" height="40">
  906. </div>
  907. <div class="col">
  908. Light It Up (feat. Nyla & Fuse ODG) - Remix
  909. <div class="text-muted">
  910. Major Lazer,
  911. Nyla,
  912. Fuse ODG
  913. </div>
  914. </div>
  915. <div class="col-auto text-muted">
  916. 02:46
  917. </div>
  918. <div class="col-auto">
  919. <a href="#" class="link-secondary">
  920. <button class="switch-icon" data-bs-toggle="switch-icon">
  921. <span class="switch-icon-a text-muted">
  922. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  923. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  924. </span>
  925. <span class="switch-icon-b text-red">
  926. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  927. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  928. </span>
  929. </button>
  930. </a>
  931. </div>
  932. <div class="col-auto lh-1">
  933. <div class="dropdown">
  934. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  935. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  936. </a>
  937. <div class="dropdown-menu dropdown-menu-end">
  938. <a class="dropdown-item" href="#">
  939. Action
  940. </a>
  941. <a class="dropdown-item" href="#">
  942. Another action
  943. </a>
  944. </div>
  945. </div>
  946. </div>
  947. </div>
  948. </div>
  949. <div class="list-group-item">
  950. <div class="row g-2 align-items-center">
  951. <div class="col-auto fs-3">
  952. 8
  953. </div>
  954. <div class="col-auto">
  955. <img src="./static/tracks/2e7357491deb8a6796ee8d9181ca9ea1f407bb5f.jpg" class="rounded" alt="Hangover" width="40" height="40">
  956. </div>
  957. <div class="col">
  958. Hangover
  959. <div class="text-muted">
  960. Taio Cruz,
  961. Flo Rida
  962. </div>
  963. </div>
  964. <div class="col-auto text-muted">
  965. 04:04
  966. </div>
  967. <div class="col-auto">
  968. <a href="#" class="link-secondary">
  969. <button class="switch-icon" data-bs-toggle="switch-icon">
  970. <span class="switch-icon-a text-muted">
  971. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  972. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  973. </span>
  974. <span class="switch-icon-b text-red">
  975. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  976. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  977. </span>
  978. </button>
  979. </a>
  980. </div>
  981. <div class="col-auto lh-1">
  982. <div class="dropdown">
  983. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  984. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  985. </a>
  986. <div class="dropdown-menu dropdown-menu-end">
  987. <a class="dropdown-item" href="#">
  988. Action
  989. </a>
  990. <a class="dropdown-item" href="#">
  991. Another action
  992. </a>
  993. </div>
  994. </div>
  995. </div>
  996. </div>
  997. </div>
  998. <div class="list-group-item">
  999. <div class="row g-2 align-items-center">
  1000. <div class="col-auto fs-3">
  1001. 9
  1002. </div>
  1003. <div class="col-auto">
  1004. <img src="./static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg" class="rounded" alt="Shape of You" width="40" height="40">
  1005. </div>
  1006. <div class="col">
  1007. Shape of You
  1008. <div class="text-muted">
  1009. Ed Sheeran
  1010. </div>
  1011. </div>
  1012. <div class="col-auto text-muted">
  1013. 03:53
  1014. </div>
  1015. <div class="col-auto">
  1016. <a href="#" class="link-secondary">
  1017. <button class="switch-icon" data-bs-toggle="switch-icon">
  1018. <span class="switch-icon-a text-muted">
  1019. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1020. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1021. </span>
  1022. <span class="switch-icon-b text-red">
  1023. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1024. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1025. </span>
  1026. </button>
  1027. </a>
  1028. </div>
  1029. <div class="col-auto lh-1">
  1030. <div class="dropdown">
  1031. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1032. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  1033. </a>
  1034. <div class="dropdown-menu dropdown-menu-end">
  1035. <a class="dropdown-item" href="#">
  1036. Action
  1037. </a>
  1038. <a class="dropdown-item" href="#">
  1039. Another action
  1040. </a>
  1041. </div>
  1042. </div>
  1043. </div>
  1044. </div>
  1045. </div>
  1046. <div class="list-group-item">
  1047. <div class="row g-2 align-items-center">
  1048. <div class="col-auto fs-3">
  1049. 10
  1050. </div>
  1051. <div class="col-auto">
  1052. <img src="./static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg" class="rounded" alt="Alone" width="40" height="40">
  1053. </div>
  1054. <div class="col">
  1055. Alone
  1056. <div class="text-muted">
  1057. Alan Walker
  1058. </div>
  1059. </div>
  1060. <div class="col-auto text-muted">
  1061. 02:41
  1062. </div>
  1063. <div class="col-auto">
  1064. <a href="#" class="link-secondary">
  1065. <button class="switch-icon" data-bs-toggle="switch-icon">
  1066. <span class="switch-icon-a text-muted">
  1067. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1068. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1069. </span>
  1070. <span class="switch-icon-b text-red">
  1071. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1072. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1073. </span>
  1074. </button>
  1075. </a>
  1076. </div>
  1077. <div class="col-auto lh-1">
  1078. <div class="dropdown">
  1079. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1080. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  1081. </a>
  1082. <div class="dropdown-menu dropdown-menu-end">
  1083. <a class="dropdown-item" href="#">
  1084. Action
  1085. </a>
  1086. <a class="dropdown-item" href="#">
  1087. Another action
  1088. </a>
  1089. </div>
  1090. </div>
  1091. </div>
  1092. </div>
  1093. </div>
  1094. <div class="list-group-item">
  1095. <div class="row g-2 align-items-center">
  1096. <div class="col-auto fs-3">
  1097. 11
  1098. </div>
  1099. <div class="col-auto">
  1100. <img src="./static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg" class="rounded" alt="Langrennsfar" width="40" height="40">
  1101. </div>
  1102. <div class="col">
  1103. Langrennsfar
  1104. <div class="text-muted">
  1105. Ylvis
  1106. </div>
  1107. </div>
  1108. <div class="col-auto text-muted">
  1109. 02:43
  1110. </div>
  1111. <div class="col-auto">
  1112. <a href="#" class="link-secondary">
  1113. <button class="switch-icon" data-bs-toggle="switch-icon">
  1114. <span class="switch-icon-a text-muted">
  1115. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1116. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1117. </span>
  1118. <span class="switch-icon-b text-red">
  1119. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1120. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1121. </span>
  1122. </button>
  1123. </a>
  1124. </div>
  1125. <div class="col-auto lh-1">
  1126. <div class="dropdown">
  1127. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1128. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  1129. </a>
  1130. <div class="dropdown-menu dropdown-menu-end">
  1131. <a class="dropdown-item" href="#">
  1132. Action
  1133. </a>
  1134. <a class="dropdown-item" href="#">
  1135. Another action
  1136. </a>
  1137. </div>
  1138. </div>
  1139. </div>
  1140. </div>
  1141. </div>
  1142. <div class="list-group-item">
  1143. <div class="row g-2 align-items-center">
  1144. <div class="col-auto fs-3">
  1145. 12
  1146. </div>
  1147. <div class="col-auto">
  1148. <img src="./static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg" class="rounded" alt="Skibidi - Romantic Edition" width="40" height="40">
  1149. </div>
  1150. <div class="col">
  1151. Skibidi - Romantic Edition
  1152. <div class="text-muted">
  1153. Little Big
  1154. </div>
  1155. </div>
  1156. <div class="col-auto text-muted">
  1157. 03:12
  1158. </div>
  1159. <div class="col-auto">
  1160. <a href="#" class="link-secondary">
  1161. <button class="switch-icon" data-bs-toggle="switch-icon">
  1162. <span class="switch-icon-a text-muted">
  1163. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1164. <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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1165. </span>
  1166. <span class="switch-icon-b text-red">
  1167. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1168. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-filled" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1169. </span>
  1170. </button>
  1171. </a>
  1172. </div>
  1173. <div class="col-auto lh-1">
  1174. <div class="dropdown">
  1175. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1176. <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="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /></svg>
  1177. </a>
  1178. <div class="dropdown-menu dropdown-menu-end">
  1179. <a class="dropdown-item" href="#">
  1180. Action
  1181. </a>
  1182. <a class="dropdown-item" href="#">
  1183. Another action
  1184. </a>
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </div>
  1189. </div>
  1190. </div>
  1191. </div>
  1192. </div>
  1193. <div class="col-lg-4">
  1194. <h3 class="mb-3">Top tracks</h3>
  1195. <div class="row row-cards">
  1196. <div class="col-md-6 col-lg-12">
  1197. <div class="card">
  1198. <div class="row row-0">
  1199. <div class="col-auto">
  1200. <img src="./static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg" class="rounded-start" alt="Shape of You" width="80" height="80">
  1201. </div>
  1202. <div class="col">
  1203. <div class="card-body">
  1204. Shape of You
  1205. <div class="text-muted">
  1206. Ed Sheeran
  1207. </div>
  1208. </div>
  1209. </div>
  1210. </div>
  1211. </div>
  1212. </div>
  1213. <div class="col-md-6 col-lg-12">
  1214. <div class="card">
  1215. <div class="row row-0">
  1216. <div class="col-auto">
  1217. <img src="./static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg" class="rounded-start" alt="Alone" width="80" height="80">
  1218. </div>
  1219. <div class="col">
  1220. <div class="card-body">
  1221. Alone
  1222. <div class="text-muted">
  1223. Alan Walker
  1224. </div>
  1225. </div>
  1226. </div>
  1227. </div>
  1228. </div>
  1229. </div>
  1230. <div class="col-md-6 col-lg-12">
  1231. <div class="card">
  1232. <div class="row row-0">
  1233. <div class="col-auto">
  1234. <img src="./static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg" class="rounded-start" alt="Langrennsfar" width="80" height="80">
  1235. </div>
  1236. <div class="col">
  1237. <div class="card-body">
  1238. Langrennsfar
  1239. <div class="text-muted">
  1240. Ylvis
  1241. </div>
  1242. </div>
  1243. </div>
  1244. </div>
  1245. </div>
  1246. </div>
  1247. <div class="col-md-6 col-lg-12">
  1248. <div class="card">
  1249. <div class="row row-0">
  1250. <div class="col-auto">
  1251. <img src="./static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg" class="rounded-start" alt="Skibidi - Romantic Edition" width="80" height="80">
  1252. </div>
  1253. <div class="col">
  1254. <div class="card-body">
  1255. Skibidi - Romantic Edition
  1256. <div class="text-muted">
  1257. Little Big
  1258. </div>
  1259. </div>
  1260. </div>
  1261. </div>
  1262. </div>
  1263. </div>
  1264. <div class="col-md-6 col-lg-12">
  1265. <div class="card">
  1266. <div class="row row-0">
  1267. <div class="col-auto">
  1268. <img src="./static/tracks/73f4938130140174efb1cc0a82ececb277e40932.jpg" class="rounded-start" alt="Miracle" width="80" height="80">
  1269. </div>
  1270. <div class="col">
  1271. <div class="card-body">
  1272. Miracle
  1273. <div class="text-muted">
  1274. Caravan Palace
  1275. </div>
  1276. </div>
  1277. </div>
  1278. </div>
  1279. </div>
  1280. </div>
  1281. <div class="col-md-6 col-lg-12">
  1282. <div class="card">
  1283. <div class="row row-0">
  1284. <div class="col-auto">
  1285. <img src="./static/tracks/cfb2a532996512eff95c4b0d566d067384aaa441.jpg" class="rounded-start" alt="Different World (feat. CORSAK)" width="80" height="80">
  1286. </div>
  1287. <div class="col">
  1288. <div class="card-body">
  1289. Different World (feat. CORSAK)
  1290. <div class="text-muted">
  1291. Alan Walker,
  1292. K-391,
  1293. Sofia Carson,
  1294. CORSAK
  1295. </div>
  1296. </div>
  1297. </div>
  1298. </div>
  1299. </div>
  1300. </div>
  1301. </div>
  1302. </div>
  1303. </div>
  1304. </div>
  1305. </div>
  1306. <footer class="footer footer-transparent d-print-none">
  1307. <div class="container-xl">
  1308. <div class="row text-center align-items-center flex-row-reverse">
  1309. <div class="col-lg-auto ms-lg-auto">
  1310. <ul class="list-inline list-inline-dots mb-0">
  1311. <li class="list-inline-item"><a href="https://tabler.io/docs" target="_blank" class="link-secondary" rel="noopener">Documentation</a></li>
  1312. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  1313. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  1314. <li class="list-inline-item">
  1315. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  1316. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1317. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" 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="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  1318. Sponsor
  1319. </a>
  1320. </li>
  1321. </ul>
  1322. </div>
  1323. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  1324. <ul class="list-inline list-inline-dots mb-0">
  1325. <li class="list-inline-item">
  1326. Copyright &copy; 2023
  1327. <a href="." class="link-secondary">Tabler</a>.
  1328. All rights reserved.
  1329. </li>
  1330. <li class="list-inline-item">
  1331. <a href="./changelog.html" class="link-secondary" rel="noopener">
  1332. v1.0.0-beta19
  1333. </a>
  1334. </li>
  1335. </ul>
  1336. </div>
  1337. </div>
  1338. </div>
  1339. </footer>
  1340. </div>
  1341. </div>
  1342. <!-- Libs JS -->
  1343. <!-- Tabler Core -->
  1344. <script src="./dist/js/tabler.min.js?1684106062" defer></script>
  1345. <script src="./dist/js/demo.min.js?1684106062" defer></script>
  1346. </body>
  1347. </html>