aboutsummaryrefslogtreecommitdiff
path: root/web/website/fonctions.py
diff options
context:
space:
mode:
authorroot <clyhtsuriva@gmail.com>2020-03-05 12:55:13 +0100
committerroot <clyhtsuriva@gmail.com>2020-03-05 12:55:13 +0100
commiteceed66fb03cc9fb916afb223d3652d70d3fd881 (patch)
tree1ea5df1e6523f195c2ae1b598ccd27f006a7ad96 /web/website/fonctions.py
parent56b30c6cbf0c65b90d122336619fda8e264872a3 (diff)
CSS updated
Diffstat (limited to 'web/website/fonctions.py')
-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>