all repos — website @ f5acb3e6c9b3b8c15a66c6b4b6bc8ef77b4c4749

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>

</body>

</html>