mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-09-13 18:03:54 +05:00
fix: logo path
This commit is contained in:
parent
d8efaca7dd
commit
bd52c3e1ab
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
<div class="container flex flex-col justify-between w-full h-[100dvh] p-8 md:p-16">
|
||||
<img class="absolute inset-0 object-cover w-full h-full blur-sm -z-10" src="./static/will-rust-Vv1E0zcQDCI-unsplash.jpg" alt=""/>
|
||||
<div class="flex flex-col gap-8 lg:items-center lg:justify-between lg:flex-row">
|
||||
<img class="w-96" src="./static/LOGO.svg" alt="wah.su" id="logo" />
|
||||
<img class="w-96" src="./static/logo.svg" alt="wah.su" />
|
||||
<a href="https://status.wah.su" class="flex flex-row items-center justify-center gap-4" target="_blank">
|
||||
<div class="w-6 h-6 transition ease-in bg-gray-500 rounded-full sm:w-8 sm:h-8 aspect-square duration-400" id="status-icon"></div>
|
||||
<p class="text-xl sm:text-3xl" id="status-text">Fetching Services Status</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue