Initial commit

This commit is contained in:
Joey Kimsey
2024-08-04 21:15:59 -04:00
parent c9d1fb983f
commit 0d469501ee
695 changed files with 70184 additions and 71 deletions

View File

@ -0,0 +1,15 @@
{LOOP}
<div class="stopwatch-row">
<span class="timer-name">{name}</span>
<span class="timer-current">{currentSeconds}</span>
<span class="timer-paused">{pausedAt}</span>
<span class="timer-hours">{hours}</span>
<span class="timer-minutes">{minutes}</span>
<span class="timer-seconds">{seconds}</span>
<span class="timer-id">{ID}</span>
<span class="timer-created">{DTC}{createdAt}{/DTC}</span>
</div>
{/LOOP}
{ALT}
<span class=""></span>
{/ALT}