diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 20:14:38 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 20:14:38 +0200 |
commit | 20d76745d4d08ccb1bce889852a5550590571deb (patch) | |
tree | 86c953cf63b26b51c25e188e90f29cd5d3f05a2d /projects | |
parent | Update (diff) | |
download | joe-www-20d76745d4d08ccb1bce889852a5550590571deb.tar.gz joe-www-20d76745d4d08ccb1bce889852a5550590571deb.tar.bz2 joe-www-20d76745d4d08ccb1bce889852a5550590571deb.tar.xz joe-www-20d76745d4d08ccb1bce889852a5550590571deb.tar.zst joe-www-20d76745d4d08ccb1bce889852a5550590571deb.zip |
Update
Diffstat (limited to 'projects')
-rw-r--r-- | projects/index.html | 1 | ||||
-rw-r--r-- | projects/lowbat.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/projects/index.html b/projects/index.html index 76eb699..2e2c119 100644 --- a/projects/index.html +++ b/projects/index.html @@ -32,6 +32,7 @@ <li><a href="../index.html">home</a></li> <li><a href="../projects/">my projects</a></li> <li><a href="../files.html">files</a></li> + <li><a href="../using.html">things I use</a></li> <li><a href="../links.html">links</a></li> <hr> <li><a href="https://gitjoe.xyz/">GitJoe</a></li> diff --git a/projects/lowbat.html b/projects/lowbat.html index 619e350..88c62f8 100644 --- a/projects/lowbat.html +++ b/projects/lowbat.html @@ -249,6 +249,7 @@ for the JavaScript code in this tag. <li><a href="../index.html">home</a></li> <li><a href="../projects/">my projects</a></li> <li><a href="../files.html">files</a></li> + <li><a href="../using.html">things I use</a></li> <li><a href="../links.html">links</a></li> <hr> <li><a href="https://gitjoe.xyz/">GitJoe</a></li> @@ -389,7 +390,7 @@ for the JavaScript code in this tag. <footer> <p> Copyright © 2020-2022, Joe - - see <a href="license.html">LICENSE</a> - + see <a href="../license.html">LICENSE</a> - this website does not use cookies or php or js </p> </footer> |