forked from HoloTech/twitch-subathon-timer
Quick-push checkpoint
- messy, under renovations - IDs for important content (timer, goal progress, username elements) should be final
This commit is contained in:
14
index.html
14
index.html
@@ -18,7 +18,7 @@
|
||||
<div class='infoGroup'>
|
||||
<div class='infoBox' id='InfoBox1'>
|
||||
<h1 id='Timer'>
|
||||
24:16
|
||||
00:00
|
||||
</h1>
|
||||
<p id='TimerInfo'>
|
||||
!subathon for details
|
||||
@@ -26,18 +26,20 @@
|
||||
</div>
|
||||
<div class='infoBox' id='InfoBox2'>
|
||||
<h2 id='GoalLabel'>
|
||||
Current Goal:
|
||||
Next Goal:
|
||||
</h2>
|
||||
<h3 id='GoalName'>
|
||||
Discord Watch Party + Puzzles
|
||||
</h3>
|
||||
<p id='GoalProgress'>
|
||||
1/25 Points
|
||||
</p>
|
||||
<div id='GoalProgressWrap'>
|
||||
<p id='GoalProgress'>
|
||||
0000/0000 Points
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class='infoBox' id='InfoBox3'>
|
||||
<h2 id='TopUsers'>
|
||||
Top 3 Gifters:
|
||||
Top 3:
|
||||
</h2>
|
||||
<div class='giftUserRow' id='GiftUserRow1'>
|
||||
<p class='giftUserNum' id='GiftUserNum1'>
|
||||
|
||||
Reference in New Issue
Block a user