Skip to content

Commit ef86020

Browse files
authored
Add Time Overlay tool card to index.html
1 parent 24e16eb commit ef86020

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ <h3 class="font-bold text-lg">JWT Debugger</h3>
7878
<p class="text-xs text-[--color-muted]">Decode JWT tokens and verify.</p>
7979
</a>
8080

81+
<a href="/time" class="tool-card">
82+
<div class="flex justify-between items-start">
83+
<i class="fa-solid fa-clock text-2xl text-[--color-accent]"></i>
84+
<i class="fa-solid fa-arrow-up-right-from-square text-xs opacity-30"></i>
85+
</div>
86+
<h3 class="font-bold text-lg">Time Overlay</h3>
87+
<p class="text-xs text-[--color-muted]">Compare and check global timezones overlaps.</p>
88+
</a>
89+
8190
<div class="tool-card opacity-50 border-dashed border-2">
8291
<i class="fa-solid fa-plus text-2xl mb-2"></i>
8392
<h3 class="font-bold">Next Tool</h3>

0 commit comments

Comments
 (0)