aboutsummaryrefslogtreecommitdiff
path: root/www/html/fonctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/html/fonctions.py')
-rwxr-xr-xwww/html/fonctions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/html/fonctions.py b/www/html/fonctions.py
index b9efce1..a8d4c8b 100755
--- a/www/html/fonctions.py
+++ b/www/html/fonctions.py
@@ -15,6 +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>
</nav>
"""+ body +"""</body>
</html>