diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index a685031..6597158 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,8 +23,10 @@        {% endblock %}      </div>      <footer> -      <p>(c) 2017 – Alban Gruin – <a href="{% url "contact" %}">contacter<br /> -      Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a></p> +      <p>(c) 2017 – Alban Gruin – <a href="{% url "contact" %}">contacter</a><br /> +        Design inspiré par <a href="https://bestmotherfucking.website/">https://bestmotherfucking.website/</a><br /> +        Les informations affichées sur ce site sont actualisées tout les jours à minuit CET. +      </p>      </footer>    </body>  </html>  | 
