diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 02:09:37 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-18 02:09:37 +0200 |
commit | f94f79633143f5922cc9a31f62a5d6689f2aa8a3 (patch) | |
tree | 0644a86924ee82fb859ad0b96fcfa5569d8e3946 | |
parent | New cool error pages, some changes (diff) | |
download | joe-www-f94f79633143f5922cc9a31f62a5d6689f2aa8a3.tar.gz joe-www-f94f79633143f5922cc9a31f62a5d6689f2aa8a3.tar.bz2 joe-www-f94f79633143f5922cc9a31f62a5d6689f2aa8a3.tar.xz joe-www-f94f79633143f5922cc9a31f62a5d6689f2aa8a3.tar.zst joe-www-f94f79633143f5922cc9a31f62a5d6689f2aa8a3.zip |
New stuff
-rw-r--r-- | inc/classic-contents.html | 3 | ||||
-rw-r--r-- | index.html | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/inc/classic-contents.html b/inc/classic-contents.html index cbafa39..35f77bb 100644 --- a/inc/classic-contents.html +++ b/inc/classic-contents.html @@ -50,7 +50,8 @@ <ul> <li><a href="index.html">home</a></li> <li><a href="projects/">my projects</a></li> - <li><a href="files/">files</a></li> + <li><a href="files.html">files</a></li> + <li><a href="use.html">things I use</a></li> <li><a href="links.html">links</a></li> <hr> <li><a href="https://git.jozanofastora.xyz/">GitJoe</a></li> @@ -46,9 +46,6 @@ <p> Welcome to my own blog. Here you can find my tips and articles on various tech and programming subjects. - <br><br> - This website is still in <i>not so</i> active developpement, - stay tuned. </p> <h2>About me</h2> <p> @@ -60,7 +57,14 @@ I work on various personal projects beside that. Also I like rocket science and astrophysics. </p> - <h3>Visitors count:</h3> + <h2>Note</h2> + <p> + Please note that I'm not the same Joe as Joseph H. Allen, + the author of the very based + <a href="https://joe-editor.sourceforge.io/">Joe's Own Editor</a>. + I'm just another random Joe. + </p> + <h2>Visitors counter</h2> <p> Unique visitors: wait for the next refresh </p> |