aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ef29718..6bfdf18 100755
--- a/www/html/fonctions.py
+++ b/www/html/fonctions.py
@@ -12,7 +12,7 @@ def baseHTML(title,body):
</head>
<body>
<nav>
- <a href="/index.py/">Index</a> |
+ <a href="/">Index</a> |
<a href="/fitre.py/">Filtre</a>
"""+ body +"""</body>
</html>