Skip to content

Commit

Permalink
formatty
Browse files Browse the repository at this point in the history
  • Loading branch information
AshSimmonds committed Jun 25, 2024
1 parent fca810a commit e7ffcd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,18 @@ const detectedIp = Astro.clientAddress;

<DefaultLayout>
<div class="container mx-auto text-center">
Updated:
<a
href="https://github.com/AshSimmonds/homey/edit/main/src/pages/index.astro"
style=""
>
Updated: {rightMeowTimeDateFriendly} GMT
{rightMeowTimeDateFriendly} GMT
</a>

<br />

<a href="https://www.whatismyip.com/ip/{detectedIp}" style="">
IP: {detectedIp}
IP:
<a href="https://www.whatismyip.com/ip/{detectedIp}" >
{detectedIp}
</a>

<br />
Expand Down

0 comments on commit e7ffcd5

Please sign in to comment.