all repos — website @ 3da30c488ab3158547512a8abee22584acf0e1ca

personal website hosted at prithu.xyz, built using hugo

hugo-site/layouts/404.html

1 2 3 4 5 6 7 8 9 10 11 12 13 14
{{ partial "head.html" . }}

<body class="flex-body">
  {{ partial "nav.html" }}
  <section id="page404">
    <div class="shadow-box-error">
      <h1 class="error">404</h1>
      <h2 class="sub-head">Not Found<span class="joke">just like my purpose in life...</span></h2>
    </div>
  </section>
  {{ partial "footer.html" . }}
</body>

</html>