orario-scolastico-itet/templates/404.html

12 lines
276 B
HTML

{% extends "base.html" %} {% block title %}Pagina non trovata{% endblock %} {%
block head %}
<style>
main {
text-align: center;
}
</style>
{% endblock %} {% block content %}
<h1>404 Pagina non trovata</h1>
<p>La pagina che stai cercando non esiste.</p>
{% endblock %}