Skip to content

Instantly share code, notes, and snippets.

View william-keller's full-sized avatar
🚢
Shipping...

William Keller william-keller

🚢
Shipping...
View GitHub Profile
@william-keller
william-keller / index.html
Last active July 14, 2018 18:52
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>