Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ViggoZ committed Jun 7, 2024
1 parent f0374b2 commit 03814a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@
</div>
</header>
<div class="flex items-center justify-center bg-cover bg-center bg-no-repeat">
<div class="p-8 justify-center text-center text-white">
<img class="" src="/images/404.png" alt="">
<div class="p-12 justify-center text-center text-white">
<img class="pt-24" src="/images/404.png" alt="">
<p class="md:text-xl pb-2">Page not found</p>
<p class="md:text-xl text-zinc-500">The page you are looking for could not be found.</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6 mt-8 pb-12">
<div class="flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6 mt-8 pb-24">
<a href="/"
class="group py-4 pl-6 pr-4 bg-gradient-to-b from-zinc-4001 to-zinc-100 flex items-center gap-2 hover:from-zinc-100 duration-300 hover:to-white text-zinc-900 hover:text-black font-bold rounded-full border-t-white/75 border-x-white/50 border-b-none hover:border-white text-base hover:shadow-lg hover:shadow-white/10">
<span>Go Back</span>
Expand Down

0 comments on commit 03814a9

Please sign in to comment.