NDOJ/templates/time-remaining-fragment.html

3 lines
106 B
HTML
Raw Normal View History

2021-12-10 16:36:55 -06:00
<span data-secs="{{ countdown }}" class="time-remaining">
{{ initial|timedelta("localized") }}
2020-01-21 15:35:58 +09:00
</span>