music.html 86 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta18
  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?1684072869" rel="stylesheet"/>
  18. <link href="./dist/css/tabler-flags.min.css?1684072869" rel="stylesheet"/>
  19. <link href="./dist/css/tabler-payments.min.css?1684072869" rel="stylesheet"/>
  20. <link href="./dist/css/tabler-vendors.min.css?1684072869" rel="stylesheet"/>
  21. <link href="./dist/css/demo.min.css?1684072869" 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?1684072869"></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="./tabs.html">
  282. Tabs
  283. </a>
  284. <a class="dropdown-item" href="./tables.html">
  285. Tables
  286. </a>
  287. <a class="dropdown-item" href="./carousel.html">
  288. Carousel
  289. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  290. </a>
  291. <a class="dropdown-item" href="./lists.html">
  292. Lists
  293. </a>
  294. <a class="dropdown-item" href="./typography.html">
  295. Typography
  296. </a>
  297. <a class="dropdown-item" href="./offcanvas.html">
  298. Offcanvas
  299. </a>
  300. <a class="dropdown-item" href="./markdown.html">
  301. Markdown
  302. </a>
  303. <a class="dropdown-item" href="./dropzone.html">
  304. Dropzone
  305. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  306. </a>
  307. <a class="dropdown-item" href="./lightbox.html">
  308. Lightbox
  309. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  310. </a>
  311. <a class="dropdown-item" href="./tinymce.html">
  312. TinyMCE
  313. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  314. </a>
  315. <a class="dropdown-item" href="./inline-player.html">
  316. Inline player
  317. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  318. </a>
  319. <div class="dropend">
  320. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  321. Authentication
  322. </a>
  323. <div class="dropdown-menu">
  324. <a href="./sign-in.html" class="dropdown-item">
  325. Sign in
  326. </a>
  327. <a href="./sign-in-link.html" class="dropdown-item">
  328. Sign in link
  329. </a>
  330. <a href="./sign-in-illustration.html" class="dropdown-item">
  331. Sign in with illustration
  332. </a>
  333. <a href="./sign-in-cover.html" class="dropdown-item">
  334. Sign in with cover
  335. </a>
  336. <a href="./sign-up.html" class="dropdown-item">
  337. Sign up
  338. </a>
  339. <a href="./forgot-password.html" class="dropdown-item">
  340. Forgot password
  341. </a>
  342. <a href="./terms-of-service.html" class="dropdown-item">
  343. Terms of service
  344. </a>
  345. <a href="./auth-lock.html" class="dropdown-item">
  346. Lock screen
  347. </a>
  348. </div>
  349. </div>
  350. <div class="dropend">
  351. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  352. <!-- Download SVG icon from http://tabler-icons.io/i/file-minus -->
  353. <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>
  354. Error pages
  355. </a>
  356. <div class="dropdown-menu">
  357. <a href="./error-404.html" class="dropdown-item">
  358. 404 page
  359. </a>
  360. <a href="./error-500.html" class="dropdown-item">
  361. 500 page
  362. </a>
  363. <a href="./error-maintenance.html" class="dropdown-item">
  364. Maintenance page
  365. </a>
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </li>
  372. <li class="nav-item">
  373. <a class="nav-link" href="./form-elements.html" >
  374. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  375. <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>
  376. </span>
  377. <span class="nav-link-title">
  378. Form elements
  379. </span>
  380. </a>
  381. </li>
  382. <li class="nav-item active dropdown">
  383. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  384. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  385. <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>
  386. </span>
  387. <span class="nav-link-title">
  388. Extra
  389. </span>
  390. </a>
  391. <div class="dropdown-menu">
  392. <div class="dropdown-menu-columns">
  393. <div class="dropdown-menu-column">
  394. <a class="dropdown-item" href="./empty.html">
  395. Empty page
  396. </a>
  397. <a class="dropdown-item" href="./cookie-banner.html">
  398. Cookie banner
  399. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  400. </a>
  401. <a class="dropdown-item" href="./activity.html">
  402. Activity
  403. </a>
  404. <a class="dropdown-item" href="./gallery.html">
  405. Gallery
  406. </a>
  407. <a class="dropdown-item" href="./invoice.html">
  408. Invoice
  409. </a>
  410. <a class="dropdown-item" href="./search-results.html">
  411. Search results
  412. </a>
  413. <a class="dropdown-item" href="./pricing.html">
  414. Pricing cards
  415. </a>
  416. <a class="dropdown-item" href="./pricing-table.html">
  417. Pricing table
  418. </a>
  419. <a class="dropdown-item" href="./faq.html">
  420. FAQ
  421. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  422. </a>
  423. <a class="dropdown-item" href="./users.html">
  424. Users
  425. </a>
  426. <a class="dropdown-item" href="./license.html">
  427. License
  428. </a>
  429. </div>
  430. <div class="dropdown-menu-column">
  431. <a class="dropdown-item" href="./logs.html">
  432. Logs
  433. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  434. </a>
  435. <a class="dropdown-item active" href="./music.html">
  436. Music
  437. </a>
  438. <a class="dropdown-item" href="./photogrid.html">
  439. Photogrid
  440. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  441. </a>
  442. <a class="dropdown-item" href="./tasks.html">
  443. Tasks
  444. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  445. </a>
  446. <a class="dropdown-item" href="./uptime.html">
  447. Uptime monitor
  448. </a>
  449. <a class="dropdown-item" href="./widgets.html">
  450. Widgets
  451. </a>
  452. <a class="dropdown-item" href="./wizard.html">
  453. Wizard
  454. </a>
  455. <a class="dropdown-item" href="./settings.html">
  456. Settings
  457. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  458. </a>
  459. <a class="dropdown-item" href="./trial-ended.html">
  460. Trial ended
  461. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  462. </a>
  463. <a class="dropdown-item" href="./job-listing.html">
  464. Job listing
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. <a class="dropdown-item" href="./page-loader.html">
  468. Page loader
  469. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  470. </a>
  471. </div>
  472. </div>
  473. </div>
  474. </li>
  475. <li class="nav-item dropdown">
  476. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  477. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  478. <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>
  479. </span>
  480. <span class="nav-link-title">
  481. Layout
  482. </span>
  483. </a>
  484. <div class="dropdown-menu">
  485. <div class="dropdown-menu-columns">
  486. <div class="dropdown-menu-column">
  487. <a class="dropdown-item" href="./layout-horizontal.html">
  488. Horizontal
  489. </a>
  490. <a class="dropdown-item" href="./layout-boxed.html">
  491. Boxed
  492. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  493. </a>
  494. <a class="dropdown-item" href="./layout-vertical.html">
  495. Vertical
  496. </a>
  497. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  498. Vertical transparent
  499. </a>
  500. <a class="dropdown-item" href="./layout-vertical-right.html">
  501. Right vertical
  502. </a>
  503. <a class="dropdown-item" href="./layout-condensed.html">
  504. Condensed
  505. </a>
  506. <a class="dropdown-item" href="./layout-combo.html">
  507. Combined
  508. </a>
  509. </div>
  510. <div class="dropdown-menu-column">
  511. <a class="dropdown-item" href="./layout-navbar-dark.html">
  512. Navbar dark
  513. </a>
  514. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  515. Navbar sticky
  516. </a>
  517. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  518. Navbar overlap
  519. </a>
  520. <a class="dropdown-item" href="./layout-rtl.html">
  521. RTL mode
  522. </a>
  523. <a class="dropdown-item" href="./layout-fluid.html">
  524. Fluid
  525. </a>
  526. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  527. Fluid vertical
  528. </a>
  529. </div>
  530. </div>
  531. </div>
  532. </li>
  533. <li class="nav-item">
  534. <a class="nav-link" href="./icons.html" >
  535. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  536. <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>
  537. </span>
  538. <span class="nav-link-title">
  539. 4158 icons
  540. </span>
  541. </a>
  542. </li>
  543. <li class="nav-item dropdown">
  544. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  545. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  546. <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>
  547. </span>
  548. <span class="nav-link-title">
  549. Help
  550. </span>
  551. </a>
  552. <div class="dropdown-menu">
  553. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  554. Documentation
  555. </a>
  556. <a class="dropdown-item" href="./changelog.html">
  557. Changelog
  558. </a>
  559. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  560. Source code
  561. </a>
  562. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  563. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  564. <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>
  565. Sponsor project!
  566. </a>
  567. </div>
  568. </li>
  569. </ul>
  570. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  571. <form action="./" method="get" autocomplete="off" novalidate>
  572. <div class="input-icon">
  573. <span class="input-icon-addon">
  574. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  575. <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>
  576. </span>
  577. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  578. </div>
  579. </form>
  580. </div>
  581. </div>
  582. </div>
  583. </div>
  584. </header>
  585. <div class="page-wrapper">
  586. <!-- Page header -->
  587. <div class="page-header d-print-none">
  588. <div class="container-xl">
  589. <div class="row g-2 align-items-center">
  590. <div class="col">
  591. <h2 class="page-title">
  592. Music components
  593. </h2>
  594. </div>
  595. </div>
  596. </div>
  597. </div>
  598. <!-- Page body -->
  599. <div class="page-body">
  600. <div class="container-xl">
  601. <div class="row">
  602. <div class="col-lg-8">
  603. <div class="card">
  604. <div class="list-group card-list-group">
  605. <div class="list-group-item">
  606. <div class="row g-2 align-items-center">
  607. <div class="col-auto fs-3">
  608. 1
  609. </div>
  610. <div class="col-auto">
  611. <img src="./static/tracks/a4fb1d293bd8d3fd38352418c50fcf1369a7a87d.jpg" class="rounded" alt="Górą ty" width="40" height="40">
  612. </div>
  613. <div class="col">
  614. Górą ty
  615. <div class="text-muted">
  616. GOLEC UORKIESTRA,
  617. Gromee,
  618. Bedoes
  619. </div>
  620. </div>
  621. <div class="col-auto text-muted">
  622. 03:41
  623. </div>
  624. <div class="col-auto">
  625. <a href="#" class="link-secondary">
  626. <button class="switch-icon" data-bs-toggle="switch-icon">
  627. <span class="switch-icon-a text-muted">
  628. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  629. <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>
  630. </span>
  631. <span class="switch-icon-b text-red">
  632. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  633. <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>
  634. </span>
  635. </button>
  636. </a>
  637. </div>
  638. <div class="col-auto lh-1">
  639. <div class="dropdown">
  640. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  641. <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>
  642. </a>
  643. <div class="dropdown-menu dropdown-menu-end">
  644. <a class="dropdown-item" href="#">
  645. Action
  646. </a>
  647. <a class="dropdown-item" href="#">
  648. Another action
  649. </a>
  650. </div>
  651. </div>
  652. </div>
  653. </div>
  654. </div>
  655. <div class="list-group-item">
  656. <div class="row g-2 align-items-center">
  657. <div class="col-auto fs-3">
  658. 2
  659. </div>
  660. <div class="col-auto">
  661. <img src="./static/tracks/f04bb6fba32e89475d9981007aff21e13745dec2.jpg" class="rounded" alt="High Life" width="40" height="40">
  662. </div>
  663. <div class="col">
  664. High Life
  665. <div class="text-muted">
  666. Daft Punk
  667. </div>
  668. </div>
  669. <div class="col-auto text-muted">
  670. 03:21
  671. </div>
  672. <div class="col-auto">
  673. <a href="#" class="link-secondary">
  674. <button class="switch-icon" data-bs-toggle="switch-icon">
  675. <span class="switch-icon-a text-muted">
  676. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  677. <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>
  678. </span>
  679. <span class="switch-icon-b text-red">
  680. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  681. <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>
  682. </span>
  683. </button>
  684. </a>
  685. </div>
  686. <div class="col-auto lh-1">
  687. <div class="dropdown">
  688. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  689. <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>
  690. </a>
  691. <div class="dropdown-menu dropdown-menu-end">
  692. <a class="dropdown-item" href="#">
  693. Action
  694. </a>
  695. <a class="dropdown-item" href="#">
  696. Another action
  697. </a>
  698. </div>
  699. </div>
  700. </div>
  701. </div>
  702. </div>
  703. <div class="list-group-item">
  704. <div class="row g-2 align-items-center">
  705. <div class="col-auto fs-3">
  706. 3
  707. </div>
  708. <div class="col-auto">
  709. <img src="./static/tracks/c3f13b4f7a674abda9aa36fd72fa341e918c0f26.jpg" class="rounded" alt="Houdini" width="40" height="40">
  710. </div>
  711. <div class="col">
  712. Houdini
  713. <div class="text-muted">
  714. Foster The People
  715. </div>
  716. </div>
  717. <div class="col-auto text-muted">
  718. 03:23
  719. </div>
  720. <div class="col-auto">
  721. <a href="#" class="link-secondary">
  722. <button class="switch-icon" data-bs-toggle="switch-icon">
  723. <span class="switch-icon-a text-muted">
  724. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  725. <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>
  726. </span>
  727. <span class="switch-icon-b text-red">
  728. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  729. <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>
  730. </span>
  731. </button>
  732. </a>
  733. </div>
  734. <div class="col-auto lh-1">
  735. <div class="dropdown">
  736. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  737. <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>
  738. </a>
  739. <div class="dropdown-menu dropdown-menu-end">
  740. <a class="dropdown-item" href="#">
  741. Action
  742. </a>
  743. <a class="dropdown-item" href="#">
  744. Another action
  745. </a>
  746. </div>
  747. </div>
  748. </div>
  749. </div>
  750. </div>
  751. <div class="list-group-item">
  752. <div class="row g-2 align-items-center">
  753. <div class="col-auto fs-3">
  754. 4
  755. </div>
  756. <div class="col-auto">
  757. <img src="./static/tracks/4d4ab714dfca7b9df41d4a02a2c39394ebdeb6b6.jpg" class="rounded" alt="Safe And Sound" width="40" height="40">
  758. </div>
  759. <div class="col">
  760. Safe And Sound
  761. <div class="text-muted">
  762. Capital Cities
  763. </div>
  764. </div>
  765. <div class="col-auto text-muted">
  766. 03:12
  767. </div>
  768. <div class="col-auto">
  769. <a href="#" class="link-secondary">
  770. <button class="switch-icon" data-bs-toggle="switch-icon">
  771. <span class="switch-icon-a text-muted">
  772. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  773. <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>
  774. </span>
  775. <span class="switch-icon-b text-red">
  776. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  777. <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>
  778. </span>
  779. </button>
  780. </a>
  781. </div>
  782. <div class="col-auto lh-1">
  783. <div class="dropdown">
  784. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  785. <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>
  786. </a>
  787. <div class="dropdown-menu dropdown-menu-end">
  788. <a class="dropdown-item" href="#">
  789. Action
  790. </a>
  791. <a class="dropdown-item" href="#">
  792. Another action
  793. </a>
  794. </div>
  795. </div>
  796. </div>
  797. </div>
  798. </div>
  799. <div class="list-group-item">
  800. <div class="row g-2 align-items-center">
  801. <div class="col-auto fs-3">
  802. 5
  803. </div>
  804. <div class="col-auto">
  805. <img src="./static/tracks/79b2422b467ad20c07576e8f8f5f2f1692ac7142.jpg" class="rounded" alt="Partied Out" width="40" height="40">
  806. </div>
  807. <div class="col">
  808. Partied Out
  809. <div class="text-muted">
  810. Con Bro Chill
  811. </div>
  812. </div>
  813. <div class="col-auto text-muted">
  814. 03:17
  815. </div>
  816. <div class="col-auto">
  817. <a href="#" class="link-secondary">
  818. <button class="switch-icon" data-bs-toggle="switch-icon">
  819. <span class="switch-icon-a text-muted">
  820. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  821. <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>
  822. </span>
  823. <span class="switch-icon-b text-red">
  824. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  825. <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>
  826. </span>
  827. </button>
  828. </a>
  829. </div>
  830. <div class="col-auto lh-1">
  831. <div class="dropdown">
  832. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  833. <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>
  834. </a>
  835. <div class="dropdown-menu dropdown-menu-end">
  836. <a class="dropdown-item" href="#">
  837. Action
  838. </a>
  839. <a class="dropdown-item" href="#">
  840. Another action
  841. </a>
  842. </div>
  843. </div>
  844. </div>
  845. </div>
  846. </div>
  847. <div class="list-group-item">
  848. <div class="row g-2 align-items-center">
  849. <div class="col-auto fs-3">
  850. 6
  851. </div>
  852. <div class="col-auto">
  853. <img src="./static/tracks/aac97056fc02fe02c7e95f7ff77a07c6e82f7d6e.jpg" class="rounded" alt="Runaway (U &amp; I)" width="40" height="40">
  854. </div>
  855. <div class="col">
  856. Runaway (U & I)
  857. <div class="text-muted">
  858. Galantis
  859. </div>
  860. </div>
  861. <div class="col-auto text-muted">
  862. 03:47
  863. </div>
  864. <div class="col-auto">
  865. <a href="#" class="link-secondary">
  866. <button class="switch-icon" data-bs-toggle="switch-icon">
  867. <span class="switch-icon-a text-muted">
  868. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  869. <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>
  870. </span>
  871. <span class="switch-icon-b text-red">
  872. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  873. <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>
  874. </span>
  875. </button>
  876. </a>
  877. </div>
  878. <div class="col-auto lh-1">
  879. <div class="dropdown">
  880. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  881. <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>
  882. </a>
  883. <div class="dropdown-menu dropdown-menu-end">
  884. <a class="dropdown-item" href="#">
  885. Action
  886. </a>
  887. <a class="dropdown-item" href="#">
  888. Another action
  889. </a>
  890. </div>
  891. </div>
  892. </div>
  893. </div>
  894. </div>
  895. <div class="list-group-item">
  896. <div class="row g-2 align-items-center">
  897. <div class="col-auto fs-3">
  898. 7
  899. </div>
  900. <div class="col-auto">
  901. <img src="./static/tracks/859337f0eaa49b1ad6ed76719b7c1ae26d6412c8.jpg" class="rounded" alt="Light It Up (feat. Nyla &amp; Fuse ODG) - Remix" width="40" height="40">
  902. </div>
  903. <div class="col">
  904. Light It Up (feat. Nyla & Fuse ODG) - Remix
  905. <div class="text-muted">
  906. Major Lazer,
  907. Nyla,
  908. Fuse ODG
  909. </div>
  910. </div>
  911. <div class="col-auto text-muted">
  912. 02:46
  913. </div>
  914. <div class="col-auto">
  915. <a href="#" class="link-secondary">
  916. <button class="switch-icon" data-bs-toggle="switch-icon">
  917. <span class="switch-icon-a text-muted">
  918. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  919. <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>
  920. </span>
  921. <span class="switch-icon-b text-red">
  922. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  923. <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>
  924. </span>
  925. </button>
  926. </a>
  927. </div>
  928. <div class="col-auto lh-1">
  929. <div class="dropdown">
  930. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  931. <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>
  932. </a>
  933. <div class="dropdown-menu dropdown-menu-end">
  934. <a class="dropdown-item" href="#">
  935. Action
  936. </a>
  937. <a class="dropdown-item" href="#">
  938. Another action
  939. </a>
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. <div class="list-group-item">
  946. <div class="row g-2 align-items-center">
  947. <div class="col-auto fs-3">
  948. 8
  949. </div>
  950. <div class="col-auto">
  951. <img src="./static/tracks/2e7357491deb8a6796ee8d9181ca9ea1f407bb5f.jpg" class="rounded" alt="Hangover" width="40" height="40">
  952. </div>
  953. <div class="col">
  954. Hangover
  955. <div class="text-muted">
  956. Taio Cruz,
  957. Flo Rida
  958. </div>
  959. </div>
  960. <div class="col-auto text-muted">
  961. 04:04
  962. </div>
  963. <div class="col-auto">
  964. <a href="#" class="link-secondary">
  965. <button class="switch-icon" data-bs-toggle="switch-icon">
  966. <span class="switch-icon-a text-muted">
  967. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  968. <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>
  969. </span>
  970. <span class="switch-icon-b text-red">
  971. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  972. <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>
  973. </span>
  974. </button>
  975. </a>
  976. </div>
  977. <div class="col-auto lh-1">
  978. <div class="dropdown">
  979. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  980. <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>
  981. </a>
  982. <div class="dropdown-menu dropdown-menu-end">
  983. <a class="dropdown-item" href="#">
  984. Action
  985. </a>
  986. <a class="dropdown-item" href="#">
  987. Another action
  988. </a>
  989. </div>
  990. </div>
  991. </div>
  992. </div>
  993. </div>
  994. <div class="list-group-item">
  995. <div class="row g-2 align-items-center">
  996. <div class="col-auto fs-3">
  997. 9
  998. </div>
  999. <div class="col-auto">
  1000. <img src="./static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg" class="rounded" alt="Shape of You" width="40" height="40">
  1001. </div>
  1002. <div class="col">
  1003. Shape of You
  1004. <div class="text-muted">
  1005. Ed Sheeran
  1006. </div>
  1007. </div>
  1008. <div class="col-auto text-muted">
  1009. 03:53
  1010. </div>
  1011. <div class="col-auto">
  1012. <a href="#" class="link-secondary">
  1013. <button class="switch-icon" data-bs-toggle="switch-icon">
  1014. <span class="switch-icon-a text-muted">
  1015. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1016. <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>
  1017. </span>
  1018. <span class="switch-icon-b text-red">
  1019. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1020. <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>
  1021. </span>
  1022. </button>
  1023. </a>
  1024. </div>
  1025. <div class="col-auto lh-1">
  1026. <div class="dropdown">
  1027. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1028. <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>
  1029. </a>
  1030. <div class="dropdown-menu dropdown-menu-end">
  1031. <a class="dropdown-item" href="#">
  1032. Action
  1033. </a>
  1034. <a class="dropdown-item" href="#">
  1035. Another action
  1036. </a>
  1037. </div>
  1038. </div>
  1039. </div>
  1040. </div>
  1041. </div>
  1042. <div class="list-group-item">
  1043. <div class="row g-2 align-items-center">
  1044. <div class="col-auto fs-3">
  1045. 10
  1046. </div>
  1047. <div class="col-auto">
  1048. <img src="./static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg" class="rounded" alt="Alone" width="40" height="40">
  1049. </div>
  1050. <div class="col">
  1051. Alone
  1052. <div class="text-muted">
  1053. Alan Walker
  1054. </div>
  1055. </div>
  1056. <div class="col-auto text-muted">
  1057. 02:41
  1058. </div>
  1059. <div class="col-auto">
  1060. <a href="#" class="link-secondary">
  1061. <button class="switch-icon" data-bs-toggle="switch-icon">
  1062. <span class="switch-icon-a text-muted">
  1063. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1064. <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>
  1065. </span>
  1066. <span class="switch-icon-b text-red">
  1067. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1068. <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>
  1069. </span>
  1070. </button>
  1071. </a>
  1072. </div>
  1073. <div class="col-auto lh-1">
  1074. <div class="dropdown">
  1075. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1076. <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>
  1077. </a>
  1078. <div class="dropdown-menu dropdown-menu-end">
  1079. <a class="dropdown-item" href="#">
  1080. Action
  1081. </a>
  1082. <a class="dropdown-item" href="#">
  1083. Another action
  1084. </a>
  1085. </div>
  1086. </div>
  1087. </div>
  1088. </div>
  1089. </div>
  1090. <div class="list-group-item">
  1091. <div class="row g-2 align-items-center">
  1092. <div class="col-auto fs-3">
  1093. 11
  1094. </div>
  1095. <div class="col-auto">
  1096. <img src="./static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg" class="rounded" alt="Langrennsfar" width="40" height="40">
  1097. </div>
  1098. <div class="col">
  1099. Langrennsfar
  1100. <div class="text-muted">
  1101. Ylvis
  1102. </div>
  1103. </div>
  1104. <div class="col-auto text-muted">
  1105. 02:43
  1106. </div>
  1107. <div class="col-auto">
  1108. <a href="#" class="link-secondary">
  1109. <button class="switch-icon" data-bs-toggle="switch-icon">
  1110. <span class="switch-icon-a text-muted">
  1111. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1112. <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>
  1113. </span>
  1114. <span class="switch-icon-b text-red">
  1115. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1116. <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>
  1117. </span>
  1118. </button>
  1119. </a>
  1120. </div>
  1121. <div class="col-auto lh-1">
  1122. <div class="dropdown">
  1123. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1124. <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>
  1125. </a>
  1126. <div class="dropdown-menu dropdown-menu-end">
  1127. <a class="dropdown-item" href="#">
  1128. Action
  1129. </a>
  1130. <a class="dropdown-item" href="#">
  1131. Another action
  1132. </a>
  1133. </div>
  1134. </div>
  1135. </div>
  1136. </div>
  1137. </div>
  1138. <div class="list-group-item">
  1139. <div class="row g-2 align-items-center">
  1140. <div class="col-auto fs-3">
  1141. 12
  1142. </div>
  1143. <div class="col-auto">
  1144. <img src="./static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg" class="rounded" alt="Skibidi - Romantic Edition" width="40" height="40">
  1145. </div>
  1146. <div class="col">
  1147. Skibidi - Romantic Edition
  1148. <div class="text-muted">
  1149. Little Big
  1150. </div>
  1151. </div>
  1152. <div class="col-auto text-muted">
  1153. 03:12
  1154. </div>
  1155. <div class="col-auto">
  1156. <a href="#" class="link-secondary">
  1157. <button class="switch-icon" data-bs-toggle="switch-icon">
  1158. <span class="switch-icon-a text-muted">
  1159. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1160. <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>
  1161. </span>
  1162. <span class="switch-icon-b text-red">
  1163. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1164. <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>
  1165. </span>
  1166. </button>
  1167. </a>
  1168. </div>
  1169. <div class="col-auto lh-1">
  1170. <div class="dropdown">
  1171. <a href="#" class="link-secondary" data-bs-toggle="dropdown"><!-- Download SVG icon from http://tabler-icons.io/i/dots -->
  1172. <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>
  1173. </a>
  1174. <div class="dropdown-menu dropdown-menu-end">
  1175. <a class="dropdown-item" href="#">
  1176. Action
  1177. </a>
  1178. <a class="dropdown-item" href="#">
  1179. Another action
  1180. </a>
  1181. </div>
  1182. </div>
  1183. </div>
  1184. </div>
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </div>
  1189. <div class="col-lg-4">
  1190. <h3 class="mb-3">Top tracks</h3>
  1191. <div class="row row-cards">
  1192. <div class="col-md-6 col-lg-12">
  1193. <div class="card">
  1194. <div class="row row-0">
  1195. <div class="col-auto">
  1196. <img src="./static/tracks/c976bfc96d5e44820e553a16a6097cd02a61fd2f.jpg" class="rounded-start" alt="Shape of You" width="80" height="80">
  1197. </div>
  1198. <div class="col">
  1199. <div class="card-body">
  1200. Shape of You
  1201. <div class="text-muted">
  1202. Ed Sheeran
  1203. </div>
  1204. </div>
  1205. </div>
  1206. </div>
  1207. </div>
  1208. </div>
  1209. <div class="col-md-6 col-lg-12">
  1210. <div class="card">
  1211. <div class="row row-0">
  1212. <div class="col-auto">
  1213. <img src="./static/tracks/c9a8350feee77e9345eec4155cddc96694803d1a.jpg" class="rounded-start" alt="Alone" width="80" height="80">
  1214. </div>
  1215. <div class="col">
  1216. <div class="card-body">
  1217. Alone
  1218. <div class="text-muted">
  1219. Alan Walker
  1220. </div>
  1221. </div>
  1222. </div>
  1223. </div>
  1224. </div>
  1225. </div>
  1226. <div class="col-md-6 col-lg-12">
  1227. <div class="card">
  1228. <div class="row row-0">
  1229. <div class="col-auto">
  1230. <img src="./static/tracks/fe4ee21d30450829e5b172e806b3c1e14ca1e5f3.jpg" class="rounded-start" alt="Langrennsfar" width="80" height="80">
  1231. </div>
  1232. <div class="col">
  1233. <div class="card-body">
  1234. Langrennsfar
  1235. <div class="text-muted">
  1236. Ylvis
  1237. </div>
  1238. </div>
  1239. </div>
  1240. </div>
  1241. </div>
  1242. </div>
  1243. <div class="col-md-6 col-lg-12">
  1244. <div class="card">
  1245. <div class="row row-0">
  1246. <div class="col-auto">
  1247. <img src="./static/tracks/f4e96086f44c4dff1758b1fc1338cd88c1b5ce9c.jpg" class="rounded-start" alt="Skibidi - Romantic Edition" width="80" height="80">
  1248. </div>
  1249. <div class="col">
  1250. <div class="card-body">
  1251. Skibidi - Romantic Edition
  1252. <div class="text-muted">
  1253. Little Big
  1254. </div>
  1255. </div>
  1256. </div>
  1257. </div>
  1258. </div>
  1259. </div>
  1260. <div class="col-md-6 col-lg-12">
  1261. <div class="card">
  1262. <div class="row row-0">
  1263. <div class="col-auto">
  1264. <img src="./static/tracks/73f4938130140174efb1cc0a82ececb277e40932.jpg" class="rounded-start" alt="Miracle" width="80" height="80">
  1265. </div>
  1266. <div class="col">
  1267. <div class="card-body">
  1268. Miracle
  1269. <div class="text-muted">
  1270. Caravan Palace
  1271. </div>
  1272. </div>
  1273. </div>
  1274. </div>
  1275. </div>
  1276. </div>
  1277. <div class="col-md-6 col-lg-12">
  1278. <div class="card">
  1279. <div class="row row-0">
  1280. <div class="col-auto">
  1281. <img src="./static/tracks/cfb2a532996512eff95c4b0d566d067384aaa441.jpg" class="rounded-start" alt="Different World (feat. CORSAK)" width="80" height="80">
  1282. </div>
  1283. <div class="col">
  1284. <div class="card-body">
  1285. Different World (feat. CORSAK)
  1286. <div class="text-muted">
  1287. Alan Walker,
  1288. K-391,
  1289. Sofia Carson,
  1290. CORSAK
  1291. </div>
  1292. </div>
  1293. </div>
  1294. </div>
  1295. </div>
  1296. </div>
  1297. </div>
  1298. </div>
  1299. </div>
  1300. </div>
  1301. </div>
  1302. <footer class="footer footer-transparent d-print-none">
  1303. <div class="container-xl">
  1304. <div class="row text-center align-items-center flex-row-reverse">
  1305. <div class="col-lg-auto ms-lg-auto">
  1306. <ul class="list-inline list-inline-dots mb-0">
  1307. <li class="list-inline-item"><a href="https://tabler.io/docs" class="link-secondary">Documentation</a></li>
  1308. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  1309. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  1310. <li class="list-inline-item">
  1311. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  1312. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  1313. <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>
  1314. Sponsor
  1315. </a>
  1316. </li>
  1317. </ul>
  1318. </div>
  1319. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  1320. <ul class="list-inline list-inline-dots mb-0">
  1321. <li class="list-inline-item">
  1322. Copyright &copy; 2023
  1323. <a href="." class="link-secondary">Tabler</a>.
  1324. All rights reserved.
  1325. </li>
  1326. <li class="list-inline-item">
  1327. <a href="./changelog.html" class="link-secondary" rel="noopener">
  1328. v1.0.0-beta18
  1329. </a>
  1330. </li>
  1331. </ul>
  1332. </div>
  1333. </div>
  1334. </div>
  1335. </footer>
  1336. </div>
  1337. </div>
  1338. <!-- Libs JS -->
  1339. <!-- Tabler Core -->
  1340. <script src="./dist/js/tabler.min.js?1684072869" defer></script>
  1341. <script src="./dist/js/demo.min.js?1684072869" defer></script>
  1342. </body>
  1343. </html>