diff --git a/src/pages/survey.astro b/src/pages/survey.astro new file mode 100644 index 00000000..6eceebd7 --- /dev/null +++ b/src/pages/survey.astro @@ -0,0 +1,20 @@ +--- +import Layout from "../layouts/Layout.astro" +import Heading from "../components/Heading.astro" + +const title = `Survey` +--- + + +
+ + + + + + + +