summaryrefslogtreecommitdiff
path: root/iridescence/src/views/Faq.vue
blob: 04973935c2c5b15873cf842cfdf5ca48fceda5bb (plain) (blame)
1
2
3
4
5
6
7
8
9
<template>
  <div id="Faq" class="container">
    <section class="section">
      <article class="content">
        <h1>This is an F.A.Q. page</h1>
      </article>
    </section>
  </div>
</template>