diff options
-rwxr-xr-x | www/html/fonctions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/html/fonctions.py b/www/html/fonctions.py index 3f44a31..c9c3df2 100755 --- a/www/html/fonctions.py +++ b/www/html/fonctions.py @@ -8,7 +8,7 @@ def baseHTML(title,body): <head> <title>"""+ title +"""</title> <meta charset="UTF-8"> - <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="stylesheet" type="text/css" href="/style.css"> </head> <body> <nav> |