lepisi-pengumuman/App/Views/Errors/404.html

12 lines
249 B
HTML

{% extends "base.html" %}
{% block title %}Sorry :-({% endblock %}
{% block body %}
<h2>URL not found - Error 404</h2>
Cannot specify the requested URL. Checking typo ...<br>
<span style="font-size: small;">Sshh! No typos.</span>
{% endblock %}