andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

404.html (253B)


      1 {{ define "main"}}
      2     <main id="main">
      3       <div>
      4       <center>
      5            <h1 id="title">Page not found</h1>
      6            <p><a href="{{ "/" | relURL }}">Click here to go to the website home</a></h1>
      7       </center>
      8       </div>
      9     </main>
     10 {{ end }}