summaryrefslogtreecommitdiff
path: root/iridescence/src/views/Care.vue
blob: ba49786a91d1f10db90fb51466e37eff99987fd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

<template>
  <div id="care" class="container">
    <section class="section">
      <article class="content">
        <h1>This is care and handling page</h1>
      </article>
    </section>
  </div>
</template>