summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/play.html b/play.html
index 2601222..f36d2dd 100644
--- a/play.html
+++ b/play.html
@@ -66,6 +66,13 @@
</div>
</div>
+<!-- EVENTS ON THE TABLE -->
+<div id="persistent_panel" class="panel">
+ <div id="peristent_header" class="panel_header">Cards on the Table</div>
+ <div id="persistent" class="panel_body"></div>
+</div>
+
+<!-- PLAYED CARD -->
<div id="played_card_panel" class="panel">
<div id="played_card_header" class="panel_header">Played Card</div>
<div id="played_card" class="panel_body"></div>