Source code + assets for pluie.me
at main 22 lines 527 B view raw
1--- 2layout: layouts/default.vto 3title: "404" 4doNotRenderTitle: true 5description: Oooops... page not found! 6 7url: /404.html 8--- 9 10<div class="flex flex-col text-center place-content-center place-items-center h-main-screen"> 11 <h1 class="text-6xl font-bold mb-4">404 🦀</h1> 12 <h2 class="text-3xl mb-4">Oops!</h2> 13 <p>The page you’re looking for doesn’t exist. Sorry ’bout that! :p</p> 14 15 <a 16 class="button rounded-full mt-8 px-10 py-3 bg-brand" 17 href="/" 18 target="_self" 19 > 20 Back to main page 21 </a> 22</div>