peach-workspace/peach-web/templates/catchers/not_found.html.tera

12 lines
468 B
Plaintext

{%- extends "nav" -%}
{%- block card %}
<div class="card center">
<div class="capsule-container">
<div class="capsule info-border">
<p>No PeachCloud resource exists for this URL. Please ensure that the URL in the address bar is correct.</p>
<p>Click the back arrow in the top-left or the PeachCloud logo at the bottom of your screen to return Home.</p>
</div>
</div>
</div>
{%- endblock card -%}