diff options
author | Your Name <you@example.com> | 2018-01-02 21:35:35 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2018-01-02 21:35:35 +0100 |
commit | ca8558d80910c44b71e431053c5a8b55cb669fe6 (patch) | |
tree | 47647730f666ccb701759ebc9387d5ef7e98942a | |
parent | a84730476aaf987460997436146d5f0918a956b3 (diff) | |
download | lesoiseaux.io-ca8558d80910c44b71e431053c5a8b55cb669fe6.tar.gz |
Fix css path
-rw-r--r-- | ps/gfx/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/gfx/index.html b/ps/gfx/index.html index d2ebf94..c23df67 100644 --- a/ps/gfx/index.html +++ b/ps/gfx/index.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Petites Singularités Éditions, Bruxelles</title> - <link rel="stylesheet" href="../../assets/css/txt.css"> + <link rel="stylesheet" href="/assets/css/txt.css"> </head> <body class="gfx"> <header> |