-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
57 lines (51 loc) · 3.29 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
title: FAQ
---
<header class="page-header faq-header">
{%- include navbar.html -%}
<div class="container">
<h1>FAQ</h1>
<p>PUZZLE GENERATOR JAPAN のよくある質問です。</p>
</div>
</header>
<div class="container faq">
<div id="accordion">
<div class="faq-content">
<div class="faq-header">
<a data-toggle="collapse" href="#faq-content-1">
Collapsible Group Item #1
</a>
</div>
<div id="faq-content-1" class="collapse" data-parent="#accordion">
<div class="faq-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="faq-content">
<div class="faq-header">
<a data-toggle="collapse" href="#faq-content-2">
Collapsible Group Item #2
</a>
</div>
<div id="faq-content-2" class="collapse" data-parent="#accordion">
<div class="faq-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="faq-content">
<div class="faq-header">
<a data-toggle="collapse" href="#faq-content-3" >
Collapsible Group Item #3
</a>
</div>
<div id="faq-content-3" class="collapse" data-parent="#accordion">
<div class="faq-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
</div>