website/templates/404.html.tera
Joey Hines 33a6056445 Updated website to use axum
+ Its better than warp and rocket so far...
+ Also switched to 2021 Rust
+ Needs more refactoring but I wanted to get it to a "working" state
+ clippy + fmt
2022-12-26 17:17:40 -06:00

28 lines
771 B
Plaintext

{% extends "base.html.tera" %}
{% block command %}
./error.sh
{% endblock command %}
{% block content %}
</p>
<pre class="text">
,--, ,--,
,--.'| ,----.. ,--.'|
,--, | : / / \ ,--, | :
,---.'| : ' / . : ,---.'| : '
; : | | ; . / ;. \; : | | ;
| | : _' |. ; / ` ;| | : _' |
: : |.' |; | ; \ ; |: : |.' |
| ' ' ; :| : | ; | '| ' ' ; :
\ \ .'. |. | ' ' ' :\ \ .'. |
`---`: | '' ; \; / | `---`: | '
' ; | \ \ ', / ' ; |
| : ; ; : / | : ;
' ,/ \ \ .' ' ,/
'--' `---` '--'
</pre>
<p class="text body">
<br>Page "{{ error_page }}" Not found...<br>
{% endblock content %}