You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
781 B

3 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Demo | Tiny Accordion</title>
  6. <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
  7. <link href="demo.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <tiny-accordion>
  11. <div title="first">
  12. <p>
  13. Poke you probably haven't heard of them schlitz kale chips, semiotics vice DIY blue bottle bitters.
  14. </p>
  15. </div>
  16. <div title="second">
  17. <p>
  18. Pork belly freegan seitan skateboard art party la croix locavore flexitarian small batch taxidermy chillwave.
  19. </p>
  20. </div>
  21. </tiny-accordion>
  22. <script type="text/javascript" src="demo.js"></script>
  23. </body>
  24. </html>