kjelsrud.dev/src/pages/guestbook.astro

10 lines
305 B
Text
Raw Normal View History

---
import SectionContainer from '../components/SectionContainer.astro';
---
<SectionContainer title="guestbook" description="my websites guestbook">
<main>
<iframe src="https://guestbooks.meadow.cafe/guestbook/593" width="100%" height="1500" frameborder="0"></iframe>
</main>
</SectionContainer>