diff options
author | natacha <natacha@kritica.lesoiseaux.io> | 2018-11-30 14:58:14 +0100 |
---|---|---|
committer | natacha <natacha@kritica.lesoiseaux.io> | 2018-11-30 14:58:14 +0100 |
commit | e276f8cbe1627820ba79dffa355f6ad302276d24 (patch) | |
tree | 09d3f25a3c077acea75beb6152e7dabc0b90eff3 /concepts | |
parent | e04586f099ddf827958659d85eb706c00b3577aa (diff) | |
download | 3ts-reader-e276f8cbe1627820ba79dffa355f6ad302276d24.tar.gz |
fixed links
Diffstat (limited to 'concepts')
-rw-r--r-- | concepts/agency.html | 4 | ||||
-rw-r--r-- | concepts/speculative-fiction.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/concepts/agency.html b/concepts/agency.html index 339e3e2..74a04c7 100644 --- a/concepts/agency.html +++ b/concepts/agency.html @@ -3,11 +3,11 @@ <head> <meta charset="UTF-8"> <title> Ici THK — Cyberfeminism </title> - <link rel="stylesheet" href="assets/css/style.css"> + <link rel="stylesheet" href="../assets/css/style.css"> </head> <body> <header> - <h1> <a href="index.html">Ici THK</a> </h1> + <h1> <a href="agency.html">Ici THK</a> </h1> <h2> Agency </h2> <h3> Cyberfeminism</h3> </header> diff --git a/concepts/speculative-fiction.html b/concepts/speculative-fiction.html index fc4c601..e32938f 100644 --- a/concepts/speculative-fiction.html +++ b/concepts/speculative-fiction.html @@ -3,12 +3,12 @@ <head> <meta charset="UTF-8"> <title> Ici THK — Cyberfeminism </title> - <link rel="stylesheet" href="assets/css/style.css"> + <link rel="stylesheet" href="../assets/css/style.css"> </head> <body> <header> - <h1> <a href="index.html">Ici THK</a> </h1> - <h2> Agency </h2> + <h1> <a href="speculative-fiction.html">Ici THK</a> </h1> + <h2> Speculative Fiction </h2> <h3> Cyberfeminism</h3> </header> <main> |