Skip to content

Instantly share code, notes, and snippets.

@isilveira1
Last active June 15, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isilveira1/4831b9b32a7e63025d552cedf05e56ea to your computer and use it in GitHub Desktop.
Save isilveira1/4831b9b32a7e63025d552cedf05e56ea to your computer and use it in GitHub Desktop.
const Doggo: NextPage = () => {
return (
<div>
<main>
<h1>
This is a Doggo.
</h1>
<Image alt="This is a doggo" src='google.com' width={520} height={520}/>
<p style={{color: "#0070f3"}}><Link href="/">Back Home</Link></p>
</main>
</div>
)
}
export default Doggo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment