1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 07:34:19 +00:00
estus/templates/404.htm

7 lines
254 B
HTML
Raw Normal View History

2017-09-13 07:06:59 +00:00
{% 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 %}