2024-03-01 21:59:12 +01:00
|
|
|
---
|
|
|
|
import SectionContainer from '../components/SectionContainer.astro';
|
|
|
|
---
|
|
|
|
|
2025-06-19 20:33:00 +02:00
|
|
|
<SectionContainer title="guestbook" description="my websites guestbook">
|
2025-05-29 19:28:33 +02:00
|
|
|
<main>
|
2025-05-25 15:23:34 +02:00
|
|
|
<iframe src="https://guestbooks.meadow.cafe/guestbook/593" width="100%" height="1500" frameborder="0"></iframe>
|
2024-03-01 21:59:12 +01:00
|
|
|
</main>
|
|
|
|
</SectionContainer>
|