feat: Implement dedicated 404 page for routes under /_continuwuity/

This commit is contained in:
Ginger
2026-03-04 11:18:07 -05:00
parent 43aa172829
commit eec7103910
6 changed files with 24 additions and 14 deletions
+8 -1
View File
@@ -21,7 +21,14 @@
 \二つ
</pre>
<div class="panel">
<h1>Request error<small aria-hidden>(︶^︶)</small></h1>
<h1>
{% if status == StatusCode::NOT_FOUND %}
Not found
{% else %}
Request error
{% endif %}
<small aria-hidden>(︶^︶)</small>
</h1>
<pre><code>{{ error }}</code></pre>
</div>