site

personal website, served at mordaunt.dev/site
Log | Files | Refs

404.html (234B)


      1 <section class="container centered">
      2   <div class="error">
      3     <h1>404</h1>
      4     <h2>{{ i18n "page_not_found" }}</h2>
      5     <p>{{ i18n "page_does_not_exist" }}<br />{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
      6   </div>
      7 </section>