aboutsummaryrefslogtreecommitdiff
path: root/www/html/fonctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/fonctions.py')
-rwxr-xr-xwww/html/fonctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/fonctions.py b/www/html/fonctions.py
index c9c3df2..8fce43b 100755
--- a/www/html/fonctions.py
+++ b/www/html/fonctions.py
@@ -15,7 +15,7 @@ def baseHTML(title,body):
<a href="/">Index</a>
<a href="/filtrage.py">Filtrage</a>
<a href="/syntaxe.py">Syntaxe</a>
- <a href="/analyse.py">Analyse</a>
+ <a href="/bilan.py">Bilan</a>
</nav>
"""+ body +"""</body>
</html>