aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 09:10:14 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-07 09:10:14 +0200
commit56a2d1b4163bbe94e6d3e4a7c2ae8df37fbcd9b9 (patch)
treee6edc382c61bdaa15e2b96dc1025336a2e76ba7e /www
parent9ea0537b9a755ecce2919d76727f4eee86cf5739 (diff)
modif fonctions.py
Diffstat (limited to 'www')
-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>