Skip to content

Commit 0ff32e3

Browse files
committed
Update +page.svelte
1 parent 0386e99 commit 0ff32e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/routes/party/+page.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<script lang='ts'>
2-
import { browser } from '$app/environment'
3-
4-
if (browser) {
5-
window.location.href = 'https://www.acmicpc.net/contest/view/1357'
1+
<iframe src="https://shapelayer.notion.site/ebd/2025-PIMM-1927ad1110f680528ceed26ebb4ab425?pvs=73" frameborder="0" allowfullscreen />
2+
<style>
3+
iframe {
4+
width: 100%;
5+
height: 100%;
66
}
7-
</script>
7+
</style>

0 commit comments

Comments
 (0)