Skip to content

Instantly share code, notes, and snippets.

@LNA
Created February 13, 2014 20:36
Show Gist options
  • Save LNA/8983295 to your computer and use it in GitHub Desktop.
Save LNA/8983295 to your computer and use it in GitHub Desktop.
Better TTT Board
<ul class="board clearfix">
<% count = 0 %>
<% 9.times do %>
<li id="<%= count %>" class="square">
<input type="submit" name="square" value="<%= count %>">
</li>
<% count += 1 %>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment