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.

25 lines
781 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Demo | Tiny Accordion</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link href="demo.css" rel="stylesheet" type="text/css">
</head>
<body>
<tiny-accordion>
<div title="first">
<p>
Poke you probably haven't heard of them schlitz kale chips, semiotics vice DIY blue bottle bitters.
</p>
</div>
<div title="second">
<p>
Pork belly freegan seitan skateboard art party la croix locavore flexitarian small batch taxidermy chillwave.
</p>
</div>
</tiny-accordion>
<script type="text/javascript" src="demo.js"></script>
</body>
</html>