This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container main"> | |
<div class="board-area"> | |
<table class="board"> | |
<tr> | |
<td class="space text-center empty" id="space-0"></td> | |
<td class="space text-center empty" id="space-1"></td> | |
<td class="space text-center empty" id="space-2"></td> | |
</tr> | |
<tr> | |
<td class="space text-center empty" id="space-3"></td> |