diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 09:37:15 -0500 |
commit | 91b538c776071a7ae60adfa25bfcaccc0403896e (patch) | |
tree | 65278ac7ba6ab78ef55602bfdb895c7cab9ac488 /iridescence/src/views/Care.vue | |
parent | 335a9e3dfe2bb1dde3900018b01fdad6baad1595 (diff) | |
download | theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.tar.xz theglassyladies-91b538c776071a7ae60adfa25bfcaccc0403896e.zip |
Added care, privacy, faq, fixed custom order temporarily, fixed site
title
Diffstat (limited to 'iridescence/src/views/Care.vue')
-rw-r--r-- | iridescence/src/views/Care.vue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/iridescence/src/views/Care.vue b/iridescence/src/views/Care.vue new file mode 100644 index 0000000..ba49786 --- /dev/null +++ b/iridescence/src/views/Care.vue @@ -0,0 +1,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> |