diff options
author | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-15 09:33:05 +0200 |
---|---|---|
committer | clyhtsuriva <clyhtsuriva@gmail.com> | 2020-05-15 09:33:05 +0200 |
commit | 3a2503c032843728d2830c3718e29469063a8835 (patch) | |
tree | 774aea9c927e28b5a612713a4e6f456ad749e370 /www/html | |
parent | f8b4b3b633d824be53593eb53ca3dd1aa3fcc660 (diff) |
debug css dans fonctions.py
Diffstat (limited to 'www/html')
-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> |