Merge branch 'master' into import
This commit is contained in:
@ -13,7 +13,7 @@ export default function Error404() {
|
|||||||
The page you were looking for doesn't exist!
|
The page you were looking for doesn't exist!
|
||||||
</p>
|
</p>
|
||||||
<a
|
<a
|
||||||
href="/"
|
href={`${Deno.env.get("BASE_URI_WEB")}/`}
|
||||||
class="text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer"
|
class="text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer"
|
||||||
>
|
>
|
||||||
Go back home
|
Go back home
|
||||||
|
Reference in New Issue
Block a user