17 lines
431 B
Text
17 lines
431 B
Text
---
|
|
import Layout from "../../layouts/Layout.astro";
|
|
---
|
|
|
|
<Layout>
|
|
<div>
|
|
<iframe
|
|
class=""
|
|
src="https://docs.google.com/forms/d/e/1FAIpQLSdZPJshKKHpUjuF8hA15NOD49XUDOzCge5T9Qskn0XxAt1X0A/viewform?embeded=true"
|
|
width="100%"
|
|
height="1500"
|
|
frameborder="0"
|
|
marginheight="0"
|
|
marginwidth="0">Loading…</iframe
|
|
>
|
|
</div>
|
|
</Layout>
|