Forgot img routes

This commit is contained in:
I-Have-An-Issue 2022-10-05 19:38:21 -04:00
parent 725e65eea8
commit 8855ca4000
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ body {
} }
.navbar { .navbar {
background-image: url(/background.png); background-image: url(/img/background.png);
animation-name: scrollbg; animation-name: scrollbg;
animation-duration: 120s; animation-duration: 120s;
animation-iteration-count: infinite; animation-iteration-count: infinite;

View File

@ -5,7 +5,7 @@
<div class="navbar text-lg py-1"> <div class="navbar text-lg py-1">
<div class="container flex items-center"> <div class="container flex items-center">
<a href="/"> <a href="/">
<img class="w-40 mr-6" src="/banner.png" alt="" /> <img class="w-40 mr-6" src="/img/banner.png" alt="" />
</a> </a>
<a class="mr-7" href="/games">Games</a> <a class="mr-7" href="/games">Games</a>
<a class="mr-7" href="/catalog">Catalog</a> <a class="mr-7" href="/catalog">Catalog</a>
@ -19,7 +19,7 @@
/> />
<span class="flex-grow" /> <span class="flex-grow" />
<a class="mr-2 px-2 flex items-center rounded bg-blue-500 shadow-lg" href="/my/money"> <a class="mr-2 px-2 flex items-center rounded bg-blue-500 shadow-lg" href="/my/money">
<img class="h-6 mr-1.5" src="/rowbux.png" alt="" /> <img class="h-6 mr-1.5" src="/img/rowbux.png" alt="" />
100 100
</a> </a>
<div class="relative inline-block dropdown"> <div class="relative inline-block dropdown">