aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclyhtsuriva <clyhtsuriva@gmail.com>2020-05-15 09:33:05 +0200
committerclyhtsuriva <clyhtsuriva@gmail.com>2020-05-15 09:33:05 +0200
commit3a2503c032843728d2830c3718e29469063a8835 (patch)
tree774aea9c927e28b5a612713a4e6f456ad749e370
parentf8b4b3b633d824be53593eb53ca3dd1aa3fcc660 (diff)
debug css dans fonctions.py
-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 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>