cleaner redirection
This commit is contained in:
parent
7e27bc8d90
commit
715caf01b0
@ -1,4 +1,9 @@
|
|||||||
<!doctype html>
|
{% extends "/meta/master.html" %}
|
||||||
<html>
|
|
||||||
<meta http-equiv="refresh" content="0;/Accueil.html">
|
|
||||||
</html>
|
{% block head %}
|
||||||
|
<meta http-equiv="refresh" content="0;/Accueil.html">
|
||||||
|
{% endblock %}
|
||||||
|
{% block main %}
|
||||||
|
Vous devriez être redirigé automatiquement vers l'accueil. Si ce n'est pas le cas cliquez sur <a href="/Accueil.html">ce lien</a>.
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user