t404.html - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       t404.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 }}