summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index a3f57d1..e647237 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -15,10 +15,10 @@
15 15
16 {% block contenu %}{% endblock %} 16 {% block contenu %}{% endblock %}
17 17
18 <hr> 18 <hr id="findepage">
19<div id="basdepage"> 19<div id="basdepage">
20 <nav> 20 <nav>
21 <a href="/">Grille aléatoire</a> | 21 <a href="/">Jouer (grille aléatoire)</a> |
22 <a href="/custom">Créer une grille personnalisée</a> | 22 <a href="/custom">Créer une grille personnalisée</a> |
23 <a href="/liste">Liste complète des remarques</a> | 23 <a href="/liste">Liste complète des remarques</a> |
24 <a href="/apropos">À propos</a> 24 <a href="/apropos">À propos</a>