mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
11:11 make a fish
This commit is contained in:
parent
66c92821de
commit
be2d964e96
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue