aboutsummaryrefslogtreecommitdiff
path: root/views/404.html
blob: 5af153efde4b836e7bdefaf3e694057a7b491d0d (plain)
1
2
3
4
5
6
7
<div class="box2">
  <h1>404</h1>
  <p>{{ .message }}</p>
  <p>
    Click <a href="/">here</a> to return to the index.
  </p>
</div>