mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-21 23:24:18 +00:00
7 lines
No EOL
254 B
HTML
7 lines
No EOL
254 B
HTML
{% extends 'base.htm' %}
|
|
{% block title %}Non trovato • estus{% endblock %}
|
|
{% block content %}
|
|
<div class="alert alert-danger" role="alert">
|
|
<b>404 Not Found:</b> La pagina che stavi cercando non è stata trovata.
|
|
</div>
|
|
{% endblock %} |