diff options
author | Oxbian <got.dacs@slmail.me> | 2023-05-03 20:58:49 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-05-03 20:58:49 +0200 |
commit | 4190413a18a4b0008c1e34647ba5c5fa371396db (patch) | |
tree | 29a598fea3776e40b5fc437cd10c9855b443e336 /tools/index_template.html | |
parent | 7b0c97acd71293fa6ad7591963c2fef0bd227d0a (diff) | |
download | ArKa-Blog-4190413a18a4b0008c1e34647ba5c5fa371396db.tar.gz ArKa-Blog-4190413a18a4b0008c1e34647ba5c5fa371396db.zip |
Ajout de mes premiers articles
Diffstat (limited to 'tools/index_template.html')
-rw-r--r-- | tools/index_template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/index_template.html b/tools/index_template.html index 680e43a..9efa788 100644 --- a/tools/index_template.html +++ b/tools/index_template.html @@ -17,7 +17,7 @@ <header> <div class="navbar"> <a href="index.html">Accueil</a> - <a href="pages/howtoread.html">Comment lire ce blog ?</a> + <a href="pages/how-to-read.html">Comment lire ce blog ?</a> <a href="pages/about.html">À Propos</a> </div> </header> @@ -40,4 +40,4 @@ </div> </footer> </body> -</html>
\ No newline at end of file +</html> |