Skip to content

Commit

Permalink
Create faq.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
Funasitien authored Dec 9, 2024
1 parent 4a38957 commit 7197732
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
---

<div class="collapse collapse-arrow bg-base-200">
<input type="radio" name="faq" checked="checked" />
<div class="collapse-title text-xl font-medium">Click to open this one and close others</div>
<div class="collapse-content">
<p>hello</p>
</div>
</div>
<div class="collapse collapse-arrow bg-base-200">
<input type="radio" name="faq" checked="checked" />
<div class="collapse-title text-xl font-medium">Click to open this one and close others</div>
<div class="collapse-content">
<p>hello</p>
</div>
</div>

0 comments on commit 7197732

Please sign in to comment.