tunic-tracker-redux/tunictracker/tracker/templates/tracker/src/index.html

5 lines
495 B
HTML

<div class="flex flex-col md:flex-row min-w-max space-y-2 md:space-y-0 space-x-0 md:space-x-2 *:flex *:min-w-max *:justify-center basis-1 *:md:basis-1/2 *:p-1 *:rounded-md *:bg-gradient-to-tl *:shadow-sm *:shadow-[#242424] *:from-bluelight-background-translucent *:to-bluelight-background-translucent-light *:text-highlight-empty-text">
<a href={{ tracker_fe_link }} target="_blank">Front-end Source Code</a>
<a href={{ tracker_be_link }} target="_blank">Back-end Source Code</a>
</div>