Skip to content
Extraits de code Groupes Projets
Valider 2083f1d9 rédigé par Yohan Boniface's avatar Yohan Boniface
Parcourir les fichiers

Working on 404 page

parent fdc28c9f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -517,6 +517,31 @@ a {
}
/* **************************** */
/* 404 */
/* **************************** */
.content404 {
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
text-align: center;
}
.content404 a {
color: #3A4259;
}
.content404 h1 {
font-size: 10em;
margin-bottom: 0;
line-height: 0.5em;
margin-top: 40px;
}
.content404 h2 {
font-size: 4em;
margin-top: 0;
}
/* **************************** */
/* Autocomplete */
/* **************************** */
......
{% extends "base.html" %}
{% load i18n static %}
{% block content %}
Not Found
<div class="content404">
<a href="/" title="{% trans 'Take me to the home page' %}">
<h1>4<img src="{% static 'umap/img/logo.svg' %}">4</h1>
<h2>Not Found</h2>
</a>
</div>
{% endblock %}
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter