Skip to content

Instantly share code, notes, and snippets.

View AustinZhu's full-sized avatar
🎯
Focusing

Austin Zhu AustinZhu

🎯
Focusing
View GitHub Profile
@AustinZhu
AustinZhu / index.html
Created June 17, 2022 16:48
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>