Skip to content

Commit

Permalink
Merge pull request #69 from nexussjcet/dutyfree
Browse files Browse the repository at this point in the history
New project - DutyFree
  • Loading branch information
rajatsandeepsen authored Feb 2, 2025
2 parents 3855208 + 3e69d8f commit 2204ee2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/projects/dutyfree/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default function Project(){
return <div className="relative h-screen overflow-auto">
<iframe
src="https://leaveletter.streamlit.app?embed=true"
frameBorder="0"
className="absolute top-0 left-0 h-full w-full border-0 bg-white">
</iframe>
</div>
}

0 comments on commit 2204ee2

Please sign in to comment.