Created
December 22, 2020 09:48
-
-
Save dipeshhkc/8f9f4ea4dba24f10d9f8c8e00af57c3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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