answer/ui/template/404.html

10 lines
531 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{template "header" . }}
<div class="d-flex flex-column justify-content-center align-items-center page-wrap container">
<div class="mb-4 text-secondary" style="font-size: 120px; line-height: 1.2;">(=x=)</div>
<div class="text-center mb-4">Unfortunately, this page doesn't exist.</div>
<div class="text-center"><a role="button" tabindex="0" href="/" class="btn btn-link">Back to
homepage</a></div>
</div>
{{template "footer" .}}