mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-04-09 01:34:40 +00: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>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
class="flex flex-col gap-4 text-4xl sm:items-center sm:text-6xl sm:flex-row"
|
||||
>
|
||||
<a href="./index.html" class="block"
|
||||
><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>
|
||||
<p class="block">/Privacy</p>
|
||||
</div>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<div class="container flex flex-col w-full h-auto gap-8 p-8 md:p-16">
|
||||
<div class="flex flex-col gap-8 pb-8 lg:items-center lg:justify-between lg:flex-row">
|
||||
<div class="flex flex-col gap-4 text-4xl sm:items-center sm:text-6xl sm:flex-row">
|
||||
<a href="./index.html" class="block"><img class="w-96" src="static/LOGO.svg" alt="wah.su" id="logo" /></a>
|
||||
<a href="./index.html" class="block"><img class="w-96" src="./static/logo.svg" alt="wah.su" /></a>
|
||||
<p class="block">/Services</p>
|
||||
</div>
|
||||
<a href="https://status.wah.su" class="flex flex-row items-center justify-center gap-4" target="_blank">
|
||||
|
|
Loading…
Add table
Reference in a new issue