Skip to content

Instantly share code, notes, and snippets.

@siisee11
Created January 3, 2020 03:25
Show Gist options
  • Save siisee11/75388ec806fa99934a91cbf7b3ae6cce to your computer and use it in GitHub Desktop.
Save siisee11/75388ec806fa99934a91cbf7b3ae6cce to your computer and use it in GitHub Desktop.
gatsby tuto
import React from "react"
export default () => (
<div>
<h1>I'd love to talk! Email me at the address below</h1>
<p>
<a href="me@example.com">me@example.com</a>
</p>
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment