Skip to content

Instantly share code, notes, and snippets.

@chasm
Created July 24, 2022 06:13
Show Gist options
  • Save chasm/b740547c8ae9b677e9e3695815f1610c to your computer and use it in GitHub Desktop.
Save chasm/b740547c8ae9b677e9e3695815f1610c to your computer and use it in GitHub Desktop.
Naïve empty tic-tac-toe board
<div class="board">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment