1
- <!DOCTYPE html>
2
- <!--
1
+ <!DOCTYPE html> <!--
3
2
* CoreUI - Free Bootstrap Admin Template
4
3
* @version v4.2.2
5
- * @link https://coreui.io
6
- * Copyright (c) 2022 creativeLabs Łukasz Holeczek
7
- * Licensed under MIT (https://coreui.io/license)
8
- -->
9
- <!-- Breadcrumb-->
4
+ * @link https://coreui.io/product/free-bootstrap-admin-template/
5
+ * Copyright (c) 2023 creativeLabs Łukasz Holeczek
6
+ * Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
7
+ --> <!-- Breadcrumb-->
10
8
< html lang ="en ">
11
9
< head >
12
10
< base href ="./../ ">
40
38
<!-- Main styles for this application-->
41
39
< link href ="css/style.css " rel ="stylesheet ">
42
40
<!-- We use those styles to show code examples, you should remove them in your application.-->
43
- < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /themes/prism.css "
>
44
41
< link href ="css/examples.css " rel ="stylesheet ">
45
- <!-- Global site tag (gtag.js) - Google Analytics-->
46
- < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3 "> </ script >
47
- < script >
48
- window . dataLayer = window . dataLayer || [ ] ;
49
-
50
- function gtag ( ) {
51
- dataLayer . push ( arguments ) ;
52
- }
53
- gtag ( 'js' , new Date ( ) ) ;
54
- // Shared ID
55
- gtag ( 'config' , 'UA-118965717-3' ) ;
56
- // Bootstrap ID
57
- gtag ( 'config' , 'UA-118965717-5' ) ;
58
- </ script >
59
42
< link rel ="canonical " href ="https://coreui.io/docs/components/accordion/ ">
60
43
</ head >
61
44
< body >
301
284
< p class ="text-medium-emphasis small "> Click the accordions below to expand/collapse the accordion content.</ p >
302
285
< div class ="example ">
303
286
< ul class ="nav nav-tabs " role ="tablist ">
304
- < li class ="nav-item "> < a class ="nav-link active " data-coreui-toggle ="tab " href ="#preview-734 " role ="tab ">
287
+ < li class ="nav-item "> < a class ="nav-link active " data-coreui-toggle ="tab " href ="#preview-1000 " role ="tab ">
305
288
< svg class ="icon me-2 ">
306
289
< use xlink:href ="vendors/@coreui/icons/svg/free.svg#cil-media-play "> </ use >
307
290
</ svg > Preview</ a > </ li >
311
294
</ svg > Code</ a > </ li >
312
295
</ ul >
313
296
< div class ="tab-content rounded-bottom ">
314
- < div class ="tab-pane p-3 active preview " role ="tabpanel " id ="preview-734 ">
297
+ < div class ="tab-pane p-3 active preview " role ="tabpanel " id ="preview-1000 ">
315
298
< div class ="accordion " id ="accordionExample ">
316
299
< div class ="accordion-item ">
317
300
< h2 class ="accordion-header " id ="headingOne ">
@@ -351,7 +334,7 @@ <h2 class="accordion-header" id="headingThree">
351
334
< p class ="text-medium-emphasis small "> Add < code > .accordion-flush</ code > to remove the default < code > background-color</ code > , some borders, and some rounded corners to render accordions edge-to-edge with their parent container.</ p >
352
335
< div class ="example ">
353
336
< ul class ="nav nav-tabs " role ="tablist ">
354
- < li class ="nav-item "> < a class ="nav-link active " data-coreui-toggle ="tab " href ="#preview-639 " role ="tab ">
337
+ < li class ="nav-item "> < a class ="nav-link active " data-coreui-toggle ="tab " href ="#preview-1001 " role ="tab ">
355
338
< svg class ="icon me-2 ">
356
339
< use xlink:href ="vendors/@coreui/icons/svg/free.svg#cil-media-play "> </ use >
357
340
</ svg > Preview</ a > </ li >
@@ -361,7 +344,7 @@ <h2 class="accordion-header" id="headingThree">
361
344
</ svg > Code</ a > </ li >
362
345
</ ul >
363
346
< div class ="tab-content rounded-bottom ">
364
- < div class ="tab-pane p-3 active preview " role ="tabpanel " id ="preview-639 ">
347
+ < div class ="tab-pane p-3 active preview " role ="tabpanel " id ="preview-1001 ">
365
348
< div class ="accordion accordion-flush " id ="accordionFlushExample ">
366
349
< div class ="accordion-item ">
367
350
< h2 class ="accordion-header " id ="flush-headingOne ">
@@ -398,7 +381,7 @@ <h2 class="accordion-header" id="flush-headingThree">
398
381
</ div >
399
382
</ div >
400
383
< footer class ="footer ">
401
- < div > < a href ="https://coreui.io "> CoreUI </ a > < a href ="https://coreui.io "> Bootstrap Admin Template</ a > © 2022 creativeLabs.</ div >
384
+ < div > < a href ="https://coreui.io "> CoreUI </ a > < a href ="https://coreui.io "> Bootstrap Admin Template</ a > © 2023 creativeLabs.</ div >
402
385
< div class ="ms-auto "> Powered by < a href ="https://coreui.io/docs/ "> CoreUI UI Components</ a > </ div >
403
386
</ footer >
404
387
</ div >
0 commit comments