aboutsummaryrefslogtreecommitdiffstats
path: root/web/website/fonctions.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/website/fonctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/website/fonctions.py b/web/website/fonctions.py
index 1b18cc7..c968351 100644
--- a/web/website/fonctions.py
+++ b/web/website/fonctions.py
@@ -7,7 +7,7 @@ def baseHTML(title,body):
<head>
<title>"""+ title +"""</title>
<meta charset="UTF-8">
- <link rel="stylesheet" type="text/css" href="styde.css">
+ <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>"""+ body +"""</body>
</html>