Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created December 22, 2020 09:48
Show Gist options
  • Save dipeshhkc/8f9f4ea4dba24f10d9f8c8e00af57c3c to your computer and use it in GitHub Desktop.
Save dipeshhkc/8f9f4ea4dba24f10d9f8c8e00af57c3c to your computer and use it in GitHub Desktop.
export default function Home() {
return (
<>
<img src="/happy.png" height="300" width="500" />
<h2> We successfully deployed our Project πŸŽ‰ πŸŽ‰ πŸŽ‰ πŸŽ‰ πŸŽ‰</h2>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment