+ 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
28 lines
771 B
Plaintext
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 %} |