1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 14:46:04 +00:00

11:11 make a fish

This commit is contained in:
mat 2024-09-20 18:36:58 +00:00
parent 66c92821de
commit be2d964e96

View file

@ -125,7 +125,12 @@
<tr class="hidden-if-noscript">
<td class="current-time-cst-container">
<h3>Current time for me</h3>
<div class="current-time-cst-value">{currentTimeInCst}</div>
<div class="current-time-cst-value">
{currentTimeInCst}
{#if currentTimeInCst.startsWith('11:11:')}
<a href="http://makea.fish">🐟</a>
{/if}
</div>
<div class="current-time-cst-info">(CST)</div>
</td>
</tr>