website/templates/404.html.tera
Joey Hines eb4876c739 Initial commit
+ Contains base files and a resume file
+ More links are planned for the future
+ Might need some cleanup work and testing in the future
2020-02-16 15:33:09 -06:00

28 lines
760 B
Plaintext

{% extends "base" %}
{% 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 %}