Skip to content

Instantly share code, notes, and snippets.

View benjifriedman's full-sized avatar

Benji Friedman benjifriedman

View GitHub Profile
### Keybase proof
I hereby claim:
* I am benjifriedman on github.
* I am benjifriedman (https://keybase.io/benjifriedman) on keybase.
* I have a public key whose fingerprint is DE45 A8EF 54CC 9D64 A807 F53D 992D CCF0 27A0 95F1
To claim this, I am signing this object:
//index.js
import React from "react"
import { Link } from "gatsby"
import Layout from "../components/layout"
import Seo from "../components/seo.js"
const IndexPage = () => {
return (
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Letter Replace</title>
<style>
body {
padding: 50px;