Skip to content

Commit 7757c1a

Browse files
authored
Merge pull request #15 from abhips2005/patch-2
SIH 2025 Landing Page
2 parents 06dbab9 + b15a117 commit 7757c1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/sih25/page.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
export default function WedCafe(){
2+
return (
3+
<div className="w-screen h-screen">
4+
<iframe
5+
title="Prayana"
6+
src="https://sih2025sjcetpalai.netlify.app/"
7+
frameBorder="0"
8+
className="absolute top-0 left-0 h-full w-full border-0 bg-black"
9+
/>
10+
</div>
11+
)
12+
}

0 commit comments

Comments
 (0)