diff options
-rwxr-xr-x | www/html/fonctions.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/html/fonctions.py b/www/html/fonctions.py index 74977ce..ef29718 100755 --- a/www/html/fonctions.py +++ b/www/html/fonctions.py @@ -10,7 +10,11 @@ def baseHTML(title,body): <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> </head> - <body>"""+ body +"""</body> + <body> + <nav> + <a href="/index.py/">Index</a> | + <a href="/fitre.py/">Filtre</a> + """+ body +"""</body> </html> """) |