Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemetero committed Jun 6, 2024
1 parent 6423e8a commit 4e727f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ <h2>Players:</h2>
<h2>Player Scores</h2>
<ul id="playerScoreList"></ul>
</div>
<div class="match-order" id="matchOrderContainer">
<h2>Match Order</h2>
<ul id="matchOrderList"></ul>
</div>
<div class="current-match" id="currentMatchContainer">
<h2>Current Match</h2>
<div id="currentMatch"></div>
<div class="result-group">
<p id="result"></p>
</div>
</div>
<div class="match-order" id="matchOrderContainer">
<h2>Match Order</h2>
<ul id="matchOrderList"></ul>
</div>
<div class="history" id="historyContainer">
<h2>Match History</h2>
<ul id="historyList"></ul>
Expand Down

0 comments on commit 4e727f9

Please sign in to comment.