summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/play.html b/play.html
index 0d24f6d..3ce179a 100644
--- a/play.html
+++ b/play.html
@@ -108,7 +108,14 @@
<!-- EVENTS IN PLAY -->
<section id = "sec_events">
<div id="events_panel" class="panel hide">
- <div id="events_header" class="panel_header">Events in Play</div>
+ <div id="events_header" class="panel_header">Event Markers</div>
+ <div id="events" class="panel_body"></div>
+ </div>
+</section>
+
+<section id = "sec_table_cards">
+ <div id="table_panel" class="panel hide">
+ <div id="events_header" class="panel_header">Cards on the Table</div>
<div id="events" class="panel_body"></div>
</div>
</section>