t404.html - andersdamsgaard.com - my photography webpage | |
git clone git://src.adamsgaard.dk/andersdamsgaard.com | |
Log | |
Files | |
Refs | |
Submodules | |
README | |
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 websi… | |
7 </center> | |
8 </div> | |
9 </main> | |
10 {{ end }} |