404.html 292 B

123456789
  1. {{ define "title" }}Page not found{{ end }}
  2. {{ define "main" }}
  3. <div class="not-found">
  4. <h1 class="error-emoji">\(o_o)/</h1>
  5. <p class="error-text">/* 404 page not found. */</p>
  6. <p><a class="error-link" href="/" title="{{ .Title }}">↑ Back Home ↑</a></p>
  7. </div>
  8. {{ end }}