Current section

Files

Jump to
exshome lib exshome_clock web templates index.html.heex
Raw

lib/exshome_clock/web/templates/index.html.heex

<div class="flex dark:text-gray-300 min-h-full items-center justify-center flex-col">
<div id="clock_time" class="text-[15vw]"><%= format_time(@deps.time) %></div>
<div id="clock_date" class="text-[5vw]"><%= format_date(@deps.time) %></div>
</div>