Skip to content

Instantly share code, notes, and snippets.

View ablueplatypus's full-sized avatar
😄
Learning new skills

Matt Doering ablueplatypus

😄
Learning new skills
  • Charleston SC
View GitHub Profile
### Keybase proof
I hereby claim:
* I am ablueplatypus on github.
* I am mdoering (https://keybase.io/mdoering) on keybase.
* I have a public key ASAuTA12wDduGmnkiThikNrCJOntCHnrqhJa0PnZEKfeQgo
To claim this, I am signing this object:

mdoering Matthew Doering Astoria

Keybase proof

I hereby claim:

  • I am ablueplatypus on github.
  • I am mdoering (https://keybase.io/mdoering) on keybase.
  • I have a public key ASAuTA12wDduGmnkiThikNrCJOntCHnrqhJa0PnZEKfeQgo
@ablueplatypus
ablueplatypus / index.html
Created January 31, 2019 02:24
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>