2024-08-30 23:47:01 +00:00
|
|
|
@if($status == null)
|
|
|
|
<p>Status Unavailable</p>
|
|
|
|
@else
|
|
|
|
<span>I'm</span>
|
|
|
|
<h2 class="online-status" style="color: {{ $status["color"] }};text-shadow: var(--firefox-shadow) {{ $status["color"] }}4f !important">{{ $status["text"] }}!</h2>
|
|
|
|
@endif
|
2024-08-08 14:21:30 +00:00
|
|
|
<p><strong>Time in Britain:</strong> <span id="clock"></span></p>
|