We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0386e99 commit 0ff32e3Copy full SHA for 0ff32e3
src/routes/party/+page.svelte
@@ -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'
+<iframe src="https://shapelayer.notion.site/ebd/2025-PIMM-1927ad1110f680528ceed26ebb4ab425?pvs=73" frameborder="0" allowfullscreen />
+<style>
+ iframe {
+ width: 100%;
+ height: 100%;
6
}
7
-</script>
+</style>
0 commit comments