Skip to content

Commit 6e6dcac

Browse files
committed
Create +page.svelte
1 parent ea5b684 commit 6e6dcac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/routes/ot/+page.svelte

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<iframe src="https://embed.figma.com/proto/J9xsFliFWOz68FD4Pimfga/PIMM-'25-OT?node-id=71-2&p=f&scaling=contain&content-scaling=fixed&page-id=0%3A1&starting-point-node-id=71%3A2&embed-host=share" allowfullscreen frameborder="0"></iframe>
2+
<style>
3+
iframe {
4+
position: fixed;
5+
top: 0;
6+
left: 0;
7+
bottom: 0;
8+
right: 0;
9+
width: 100%;
10+
height: 100%;
11+
}
12+
</style>

0 commit comments

Comments
 (0)