Initial commit
This commit is contained in:
commit
8f112c1bb5
69 changed files with 2068 additions and 0 deletions
13
web/main/templates/404.html
Normal file
13
web/main/templates/404.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% extends 'main/base.html' %}
|
||||
{% load django_bootstrap5 %}
|
||||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container text-center mt-5">
|
||||
<div style="font-size: 8rem;"">😕</div>
|
||||
<h1>Oops! 404</h1>
|
||||
<p>No hemos encontrado la página que buscabas.</p>
|
||||
<a class=" btn btn-primary" href="/">Volver al Inicio</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue